@charset "utf-8";
.box_wrap {
  width: 70%;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  width: 100%;
  height: 50px;
  margin-top: 30px;
  background: #e6e6e6;
  transition: all 0.8s cubic-bezier(0, 1.2, 1, 1);
}
.box.ready {
  opacity: 1;
  transform: translateY(0px);
}
.web_box {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  width: 100%;
  margin-top: 30px;
  background: #e6e6e6;
  transition: all 0.8s cubic-bezier(0, 1.2, 1, 1);
}
.web_box.ready {
  opacity: 1;
  transform: translateY(0px);
}

html {
  scroll-behavior: smooth;
}
/* 全体に共通 */
body {
  background-color: #f1faee;
}

/* ヘッダー */
#header {
  padding-top: 150px;
}

/* フッダー */
footer {
  margin-top: 230px;
  margin-bottom: 25px;
  color: #5b774f;
  font-size: 10px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.profile_wrapper {
  margin-bottom: 150px;
}
.profile_wrapper_2 {
  transform: translate(1px, 34px) rotate(4deg);
  max-width: 300px;
  margin: 0 auto;

  rotate: none;
  scale: none;
  translate: none;
}
.name-logo {
  position: fixed;
  top: 0;
  z-index: 9997;
  max-width: 120px;
  margin: 40px 0 40px 50px;
}
.profile_images {
  position: relative;
  width: 100%;
  max-width: 650px;
  height: auto;
  margin: 0 auto;
}

.profile_wrapper_2 {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.profile_wrapper_2.show {
  opacity: 1;
  position: absolute;
  transform: translateX(-50%) scale(1); /* 通常サイズに */
}
.profile_wrapper_2.show:first-child {
  position: absolute;
  top: -30px;
  left: 35%;
}
.profile_wrapper_2.show:nth-child(2) {
  top: -20px;
  right: 40px;
  transform: rotate(15deg);
}
.profile_wrapper_2.show:nth-child(3) {
  top: 20px;
  left: 40px;
  transform: rotate(-15deg);
}
.profile_wrapper_2.show:nth-child(4) {
  position: relative;
  transform: none;
  margin: 0 auto;
}

#kv p {
  font-size: 21px;
  text-align: center;
}
.contact_text p {
  line-height: 1.5;
}
.block {
  max-width: 970px;
  margin: 0 auto;
  padding-bottom: 350px;
}

.gnav_pc {
  position: fixed;
  z-index: 9996;
  margin: 200px 0 0 50px;
}
.gnav_pc ul li {
  margin-bottom: 15px;
  color: #cc5644;
  font-size: 16px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

/* はじめのテキスト */
.text {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: 0 auto;
  /* align-items: center; */
}

.text h2 {
  align-self: flex-start;
  margin-bottom: 5px;
  /* padding-left: 285px; */
  padding-bottom: 35px;
  font-size: 31px;
}
.text p {
  max-width: 700px;
  margin-bottom: 220px;
  font-size: 21px;
  line-height: 1.7;
}

/* TOPボタン */
.totop {
  position: fixed;
  right: 100px;
  bottom: 100px;
  z-index: 9995;
  max-width: 68px;
}
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
/* profile セクション */

#all p {
  opacity: 0.4;
  /* margin-left: 220px; */
  margin-top: 200px;
  margin-bottom: 75px;
  font-weight: bold;
  font-size: 60px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.profile {
  margin-bottom: 220px;
}

.profile img {
  display: block;
  max-width: 315px;
  margin: 0 auto;
}

.web {
  margin-bottom: 220px;
}
.web_img_box {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}
.web_under_img {
  width: 350x;
}



.graphic {
  margin-bottom: 220px;
}
.graphic img {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}

.other {
  margin-bottom: 220px;
}
.other img {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}

/* もっとみる ボタン */
.btn-square-slant {
  display: inline-block;
  position: relative;
  padding: 0.5em 2.4em;
  border-right: solid 5px #cc5644; /*ボタン色より暗めに*/
  border-bottom: solid 5px #cc5644; /*ボタン色より暗めに*/
  background: #f1faee; /*ボタン色*/
  color: #343833;
  text-decoration: none;
}

.btn-square-slant:before {
  position: absolute;
  bottom: -5px;
  left: -1px;
  width: 0;
  height: 0;
  border-width: 0 6px 6px 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #f1faee;
  content: " ";
}

.btn-square-slant:after {
  position: absolute;
  top: -1px;
  right: -5px;
  width: 0;
  height: 0;
  border-width: 0 6px 6px 0;
  border-style: solid;
  border-color: #f1faee;
  border-bottom-color: transparent;
  content: " ";
}

.btn-square-slant:hover {
  background-color: #e6ede4;
}

.more-btn {
  margin-top: 25px;
  text-align: right;
}

/* contactボタン */

.button02 {
  display: flex;
  justify-content: center;
  max-width: 700px;
  height: 65px;
  margin: 0 auto;
  padding: 0 30px;
  border: solid 2px #cc5644;
  background-color: #f1faee;
  color: #343833;
  color: #cc5644;
  font-size: 1em;
  line-height: 65px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  letter-spacing: 2px;
  text-decoration: none;
  transition: 0.5s;
}
.button02:hover {
  background-color: #c35443;
  color: #f1faee;
}

.contact {
  margin-bottom: 110px;
}
.copyright {
  text-align: center;
}

/* プロフィールセクション */

/* プロフィールロゴ */
#profile_logo {
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 215px;
}

/* プロフィール写真 */
.profile_photo {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 250px;
}
.profile_photo_2 {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 250px;
  margin-bottom: 155px;
}

/* 紹介文 */
#p_write {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 20px;
}

.name {
  font-size: 24px;
  font-family: 'TsukuARdGothic-Regular',sans-serif;
  font-weight: bold;
}

.main_write {
  margin-top: 20px;
  margin-bottom: 200px;
  font-size: 14px;
  line-height: 1.7;
}

#p_container {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  width: 100%;
  height: 690px;
  background-color: #e6ede4;
}

#p_container h1 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
}

.house_write {
  max-width: 448px;
  margin-top: 100px;
  margin-left: 75px;
}

.house_write p {
  margin-top: 10px;
  line-height: 1.5;
}

.house_photo {
  max-width: 700px;
}

.p_box {
  display: flex;
  justify-content: center;
  max-width: 1000px;
}

#skill {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 78px;
  margin-bottom: 78px;
  text-align: center;
}

#skill p {
  font-size: 14px;
}

#skill h2 {
  font-weight: bold;
  font-size: 30px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

#skill_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.3;
  text-align: center;
  row-gap: 80px;
  padding-bottom: 65px;
}

#skill_container li {
  width: 43.8%;
}
#skill_container h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
}

#skill_container h2:before {
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 33px;
  height: 3px;
  border-radius: 2px;
  background-color: #cc5644;
  content: "";

  -webkit-transform: translateX(-50%);
}

#skill_container ul {
  display: flex;
  text-align: center;
}

.skill_text p {
  line-height: 1.8;
  text-align: justify;
  word-break: break-word;
  word-wrap: break-word;

  line-break: strict;
}

#career_container {
  max-width: 1000px;
  height: 750px;
  margin: 0 auto;
  margin-top: 78px;
  margin-bottom: 78px;
  padding-top: 40px;
  border-radius: 20px;
  background-color: #e6ede4;
  text-align: center;
}

.career {
  margin-top: 20px;
  margin-bottom: 62px;
}

.career h2 {
  font-weight: bold;
  font-size: 30px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.career p {
  margin-top: 20px;
}

.career_year {
  opacity: 0.3;
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  border-right: solid 1px #343833; /*左線*/
  background: transparent; /*背景透明に*/
  font-size: 54px;
  font-family: 'DIN Alternate',sans-serif;
}

.career_text {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
}

#career_box p {
  max-width: 525px;
  margin-left: 17px;
  font-size: 14px;
  text-align: left;
}

#career_box li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}

/* 問い合わせフォーム */
.c-form {
  max-width: 600px;
  margin: 0 auto;
}
.c-form__item {
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 20px;
}
.c-form__label,
.c-form__input {
  display: block;
  padding: 10px;
}
.c-form__label {
  display: block;
  width: 90%;
}
.c-form__input {
  opacity: 0.4;
  width: 90%;
  border: none;
  border-radius: 4px;
  font-size: 16px;
}
textarea.c-form__input {
  height: 200px;
}
.c-form__required {
  margin: 0 0 0 18px;
  padding: 5px 5px;
  border-radius: 4px;
  background-color: #cc5644;
  color: #ffffff;
}
.textarea.c-form__input {
  height: 160px;
}
.c-form__submit {
  text-align: center;
}
.c-form__submit button {
  width: 600px;
  height: 55px;
  border: none;
  background-color: #cc5644;
  color: #f1faee;
  font-size: 18px;
  cursor: pointer;
  transition: 0.4s;
}
#contact_logo {
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 105px;
}
.contact_text {
  max-width: 590px;
  margin: 0 auto;
  margin-bottom: 60px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

/* thanks ページ */
#thanks {
  margin-top: 330px;
  margin-bottom: 125px;
  text-align: center;
}

#thanks img {
  width: 200px;
  text-align: center;
}

#thanks p {
  font-size: 24px;
}

.thanks_btn {
  margin-top: 125px;
  font-size: 18px;
  text-decoration: underline;
  text-align: center;
}

/* WEBセクション */

.heading {
  display: flex; /* 文字と横線を横並び */
  align-items: center; /* 横線を上下中央 */
  margin-bottom: 65px;
}
.heading::after {
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
  border-radius: 1px; /* 横線の両端を丸く */
  background-color: #343833; /* 横線の色 */
  content: "";
}

.heading::after {
  margin-left: 15px; /* 文字との余白 */
}

#web_1,
#web_2,
#web_3 {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 215px;
}
#web_1,
#web_2 ul li {
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 70px;
}

.container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 215px;
}

#web_1 img {
  width: 450px;
  margin-bottom: 20px;
  box-shadow: 8px 8px 8px #cccccc;
}

#web_2 img {
  position: absolute; /* 位置指定 */
  top: 50%; /* 親要素の半分下にずらす */
  left: 50%; /* 親要素の半分右にずらす */
  transform: translateY(-50%) translateX(-50%); /* 要素自体の半分、上と左にずらす */
  width: 350px;
  margin-bottom: 20px;
  padding: 20px; /* 余白指定 */
}
.work_name {
  font-weight: bold;
  font-size: 16px;
}

.range {
  margin-top: 10px;
  margin-bottom: 165px;
  color: #757768;
  font-size: 13px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.box {
  position: relative;
  width: 450px;
  height: 450px;
  margin-bottom: 20px;
  box-shadow: 8px 8px 8px #cccccc;
  background-color: #f9fdf8;
}

/* 簡易プロフィール */

.footer_box {
  display: flex;
  max-width: 1000px;
  height: 520px;
  margin: 0 auto;
  margin-top: 400px;
  background-color: #ddefd8;
}

#footer_container {
  margin-bottom: 70px;
}

#footer_container img {
  width: 315px;
  height: 417px;
  margin-top: 52px;
  margin-right: 65px;
  margin-left: 62px;
}

.footer_text {
  max-width: 490px;
  margin-top: 174px;
}
.footer_text h2 {
  margin-bottom: 7px;
  font-weight: normal;
  font-size: 14px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.footer_text_1 {
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 18px;
  font-family: 'TsukuARdGothic-Regular',sans-serif;
  line-height: 1.5;
}

.footer_text_2 {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'TsukuARdGothic-Regular',sans-serif;
}

/* otherセクション */

.other_container {
  position: relative;
  max-width: 880px;
  height: 566px;
  margin: 0 auto;
  margin-bottom: 130px;
  background-color: #f9fdf8;
}
.other_container .slider-wrap {
  max-width: 700px;
  margin: 0 auto;
}

.other_text ul {
  display: flex;
  max-width: 700px;
}
.other_text ul li h1 {
  margin-top: 21px;
  margin-bottom: 9px;
  font-size: 16px;
}
.other_text2 {
  color: #757768;
  font-size: 13px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.other_text1 {
  margin-top: 19px;
  margin-left: 40px;
}
.other_img {
  padding-top: 55px;
  width: 700px;
  height: 395px;
}
.other_img_2 {
  padding-top: 55px;
  max-width: 700px;
}
#text_bold {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}

.custom-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 35px;
  background-color: #343833;
  color: #F1FAEE;
  line-height: 35px;
  text-align: center;
}
.custom-nav button {
  padding: 0 5px;
  color: #F1FAEE;
}

/* grphic 下層ページ */
#graphic_img {
  width: 700px;
  margin: 0 auto;
  box-shadow: 8px 8px 8px #cccccc;
}

#graphic_img_2 {
  max-width: 700px;
  margin: 0 auto;

  filter: drop-shadow(8px 8px 8px #cccccc);
}
.graphic_name {
  margin-top: 100px;
  margin-bottom: 73px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.graphic_name_2 {
  margin-bottom: 73px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

#graphic_container {
  max-width: 820px;
  margin: 0 auto;
}

#graphic_container tr {
  display: flex;
  align-items: center;
  border-bottom: solid 1px gray;
  border-radius: 1px;
}

td {
  width: calc(100% - 130px);
  padding: 40px 0 40px 0;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'TsukuARdGothic-Regular', sans-serif;

}
th {
  width: 130px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  font-family: 'TsukuARdGothic-Regular', sans-serif;
}

.graphic_tittle {
  margin-right: 2em;
  font-weight: bold;
  font-size: 20px;
}

.graphic_card {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 110px;
}

.graphic_card li {
  width: 350px;
  box-shadow: 8px 8px 8px #cccccc;
}

.graphic_card ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.graphic_chocolate {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 110px;
  margin-bottom: 110px;
  box-shadow: 8px 8px 8px #cccccc;
}

.graphic_05 {
  max-width: 700px;
  margin: 0 auto;
}

.graphic_img_05 {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 110px;
  box-shadow: 8px 8px 8px #cccccc;
}
#web_02 {
  max-width: 1000px;
  margin: 0 auto;
  filter: drop-shadow(8px 8px 8px #cccccc);
}


#web_container ul {
  display: flex;
  justify-content: space-between;
  max-width: 820px;
  margin: 0 auto;
  margin-top: 110px;
}
.web_lp {
  max-width: 500px;
}

.web_lp_2 {
  max-width: 190px;
}

.sp_br {
  display: none;
}

.gnav-sp {
  display: none;
}
.under_btn {
  margin-top: 125px;
  font-size: 18px;
  text-decoration: underline;
  text-align: center;
}

.text_bold {
  font-weight: bold;
  margin-right: 10px;
  line-height: 1.3;
}

.box img {
  width: 400px;
}

@media screen and (max-width: 1100px) {
  .gnav_pc {
    display: none;
  }
  .hamburger {
    display: block;
    /* position: absolute; 前面に浮き出す */
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
    width: 41px;
    height: 41px;
    /*cursor: pointer;  クリックできる設定になる */
    cursor: pointer;
  }

  .hamburger span {
    position: absolute;
    top: 20px;
    width: 41px;
    height: 2px;
    background-color: #cc5644;
    /* transition: 0.3s; 動きを滑らかにする */
    transition: 0.3s;
  }

  /* ------擬似要素------ */
  .hamburger span::before {
    position: absolute;
    top: -10px;
    width: 41px;
    height: 2px;
    background-color: #cc5644;
    content: "";
    /* transition: 0.3s; 動きを滑らかにする */
    transition: 0.3s;
  }

  .hamburger span::after {
    position: absolute;
    bottom: -5px;
    width: 41px;
    height: 2px;
    color: #cc5644;
    content: "menu";
    /* transition: 0.3s; 動きを滑らかにする */
    transition: 0.3s;
  }

  /* ------3本線を×印にする------ */

  .open span {
    bottom: 0;
    transform: rotate(-45deg);
    width: 30px;
    height: 2px;
  }

  .open span::before {
    top: 0;
    transform: rotate(90deg);
    width: 30px;
    height: 2px;
  }

  .open span::after {
    display: none;
  }

  .gnav-sp {
    position: absolute;
    top: 0;
    left: 0;
    /*  z-index: 9998; 重なりの順番を指定9999が一番上 positionが適用されていないと効かない*/
    z-index: 9998;
    width: 100%;
    height: 100vh;
    background-color: #f1faee;
  }
  .gnav-sp .gnav-sp-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;

    gap: 20px;
  }
  .gnav-sp ul li {
    margin-bottom: 15px;
    color: #cc5644;
    font-size: 16px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
      sans-serif;
  }

  .custom-nav {
    width: 60px;
    height: 18px;
    font-size: 11px;
    line-height: 20px;
  }
  .custom-nav button {
    padding: 0 3px;
    font-size: 11px;

  }
}

/* SP版 */
@media screen and (max-width: 767px) {
  #header {
    padding-top: 85px;
  }
  #kv p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .name-logo {
    position: absolute;
    max-width: 60px;
    margin: 20px 0 0 20px;
  }

  .gnav_pc,
  .totop {
    display: none;
  }

  .text h2 {
    font-size: 21px;
  }
  .text p {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .profile {
    margin-bottom: 100px;
  }
  .block {
    padding-bottom: 80px;
  }

  .text {
    max-width: 301px;
    height: 300px;
    margin: 0 auto;
    text-align: justify;
  }

  .web_wrapper {
    margin-bottom: 150px;
  }

  #all p {
    margin-bottom: 35px;
    font-size: 40px;
    text-align: center;
    margin-top: 100px;
  }
  .btn-square-slant {
    margin-top: -9px;
  }
  .profile img {
    max-width: 135px;
  }
  .graphic,
  .web {
    margin-bottom: 150px;
  }
  .more-btn {
    padding: 2em;
    text-align: center;
  }
  .other {
    margin-bottom: 100px;
  }
  .graphic img {
    max-width: 301px;
  }
  .other img {
    max-width: 301px;
  }

  #profile_logo {
    max-width: 230px;
    margin-bottom: 102px;
  }

  .profile_photo {
    max-width: 301px;
    margin-top: 100px;
  }

  #p_write {
    max-width: 301px;
  }

  .name {
    font-weight: bold;
    font-size: 16px;
  }
  .main_write {
    margin-bottom: 65px;
  }

  #p_container {
    max-width: 100%;
    height: 579px;
  }

  .p_box {
    flex-direction: column;
  }

  .house_photo {
    max-width: 301px;
    margin: 0 auto;
  }

  .house_write {
    max-width: 301px;
    margin: 0 auto;
    margin-top: 39px;
  }
  #p_container h1 {
    font-size: 17px;
  }
  .house_write p {
    font-size: 14px;
    text-align: justify;
  }

  #skill p {
    font-size: 12px;
  }
  #skill h2 {
    font-size: 25px;
  }
  #skill_container {
    flex-direction: column;
    margin: 0 auto;
    row-gap: 40px;
    padding-bottom: 0;
  }
  #skill_container li {
    width: 301px;
    margin: 0 auto;
    margin-bottom: 70px;
  }
  #skill_container h2 {
    font-size: 18px;
  }
  .skill_text {
    font-size: 14px;
  }
  #career_container {
    max-width: 375px;
    height: 1835px;
  }
  .career p {
    font-size: 12px;
  }
  .career h2 {
    font-size: 25px;
  }

  #career_box li {
    flex-direction: column;
    max-width: 301px;
    margin: auto;
    margin-bottom: 55px;
  }

  .career_year {
    border: none;
    width: 320px;
    text-align: left;
  }
  #career_box p {
    height: 200px;
    border-bottom: solid 2px rgba(52, 51, 56, 0.3);
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
  }
  .career_text {
    font-size: 17px;
    line-height: 1.5;
  }
  .sp_br {
    display: block;
  }

  .profile_photo_2 {
    max-width: 301px;
    margin-top: 60px;
    margin-bottom: 70px;
  }
  .button02 {
    align-items: center;
    max-width: 250px;
    height: 37px;
    font-size: 15px;
  }

  #web_2 {
    max-width: 301px;
    margin-top: 38px;
    border: none;
  }
  .heading::after {
    display: none;
  }
  .heading {
   display: none;
  }

  .box {
    max-width: 301px;
    height: 300px;
  }

  .box img {
    max-width: 250px;
  }

  #web_2 img {
    max-width: 250px;
  }

  .footer_box {
    flex-direction: column;
    max-width: 375px;
    height: 535px;
    margin-top: 160px;
  }
  #footer_container img {
    max-width: 125px;
    height: 165px;
    margin: 0 auto;
    padding-top: 75px;
  }
  .footer_text {
    max-width: 301px;
    margin: 0 auto;
    padding-top: 37px;
  }

  #web_1 img {
    max-width: 301px;
    margin: 0 auto;
    margin-top: 35px;
  }

  .container li {
    margin: 0 auto;
  }

  .work_name {
    margin-top: 25px;
  }

  .box_2 {
    margin-bottom: 70px;
  }

  .range {
    margin-bottom: 69px;
  }

  .container ul {
    flex-direction: column;
            margin-top: 0px;
  }

  .container {
    max-width: 301px;
    margin: 0 auto;
  }

  .other_container {
    max-width: 375px;
    height: 385px;
  }
  .other_container img {
    max-width: 301px;
    margin: 0 auto;
  }
  .other_img {
    display: block;
    max-width: 301px;
    margin: 0 auto;
    padding-top: 35px;
    height: 169px;
  }

  .other_text ul {
    flex-direction: column;
    max-width: 301px;
  }
  .other_text {
  max-width: 301px;
  margin: auto;
  }

  .other_text1 {
    margin-left: 0;
  }


  .text_bold {
    font-weight: bold;
    margin-right: 10px;
    line-height: 1.3;
  }

  #contact_logo {
    max-width: 265px;
  }

  .contact_text {
    max-width: 301px;
    height: 70px;
  }

  .contact_text p {
    font-size: 12px;
    line-height: 1.3;
  }

  .c-form__submit button {
    width: 323px;
    height: 30px;
    border: none;
    background-color: #cc5644;
    color: #f1faee;
    font-size: 11px;
    cursor: pointer;
    transition: 0.4s;
  }
  .c-form {
    max-width: 309px;
  }
  .c-form__label {
    font-size: 12px;
  }
  .c-form__input {
    font-size: 11px;
  }

  .br_contact {
    display: none;
  }
  .graphic_name_2 {
    font-size: 16px;
  }
  th {
    width: 301px;
    padding-top: 20px;
    font-size: 16px;
  }
  td {
    width: 301px;
    font-size: 14px;
  }

  #graphic_container tr {
    flex-direction: column;
  }

  .web_lp {
    max-width: 301px;
    margin: 0 auto;
    box-shadow: 8px 8px 8px #cccccc;
  }
  .web_lp_2 {
    max-width: 153px;
    margin: 0 auto;
    margin-top: 70px;
    box-shadow: 8px 8px 8px #cccccc;
  }

  #web_container ul {
    flex-direction: column;
  }

  #graphic_container table {
    margin: 0 auto;
  }

  .graphic_chocolate {
    max-width: 301px;
  }

  #graphic_img {
    max-width: 301px;
  }

  .graphic_card ul {
    max-width: 302px;
    margin: 0 auto;
  }

  .graphic_card li img {
    display: flex;
    justify-content: space-between;
    max-width: 146px;
  }

  .graphic_card li {
    width: 146px;
  }

  #graphic_img_2 {
    max-width: 265px;
  }

  .graphic_name {
    font-size: 16px;
  }

  .graphic_05 {
    max-width: 301px;
    margin-bottom: 25px;
  }

  .graphic_img_05 {
    max-width: 301px;
  }

  .profile_images {
    max-width: 240px;
  }

  .profile_wrapper_2.show:first-child {
    top: 3px;
    left: 85px;
    width: 200px;
  }
  .profile_wrapper_2.show:nth-child(2) {
    top: -5px;
    right: 15px;
  }
  .profile_wrapper_2.show:nth-child(3) {
    top: 30px;
    left: 28px;
  }

  #web_1 {
    margin-top: 0;
  }
  #web_3 {
    margin-top: 30px;
  }
}
