@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Serif+JP:wght@200;300&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

html,
body {
  background-color: #f5f6f7;
  color: #d8d9da;
  width: 100%;
  font-size: 62.5%;
  font-family: "Helvetica Neue", "Arial", "ヒラギノ角ゴシック", "Avenir", "メイリオ", sans-serif;
  color: #414243;
  font-weight: 200;
}

ul {
  list-style: none;
  padding: 0;
}

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

.container {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 960px) {
  .container {
    padding: 0 min(23px, 5.8974358974vw);
  }
}
@media screen and (min-width: 961px) {
  .container main {
    flex-basis: 79%;
    max-width: 954px;
  }
}

.about {
  width: 100%;
}
.about_title {
  margin-bottom: 47px;
  font-size: 40px;
  font-weight: 400;
}
.about_list {
  width: 100%;
  margin-bottom: 109px;
}
.about_cot {
  width: 100%;
}
.about_cot:first-child {
  margin-bottom: 76px;
}
.about_prof {
  display: flex;
  justify-content: left;
  column-gap: 46px;
  font-weight: 400;
  margin-bottom: 47px;
}
@media screen and (max-width: 960px) {
  .about_prof {
    column-gap: 9.2307692308vw;
  }
}
.about_img {
  width: 155px;
}
@media screen and (max-width: 960px) {
  .about_img {
    width: 29.2307692308vw;
  }
}
.about_img img {
  width: 100%;
}
.about_up {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about_role {
  font-size: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  .about_role {
    font-size: 3.5897435897vw;
  }
}
.about_name-en {
  font-size: 30px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 960px) {
  .about_name-en {
    font-size: 5.641025641vw;
  }
}
.about_name-jp {
  font-size: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  .about_name-jp {
    font-size: 3.5897435897vw;
  }
}
.about_info {
  font-size: 15px;
  margin-bottom: 47px;
}
@media screen and (max-width: 960px) {
  .about_info {
    font-size: 3.8461538462vw;
  }
}
.about_skill {
  display: flex;
  justify-content: left;
  column-gap: 38px;
}
.about_skill h3 {
  font-size: 20px;
  padding-top: 5px;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .about_skill h3 {
    font-size: 3.8461538462vw;
  }
}
.about_skill-list {
  display: flex;
  justify-content: left;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .about_skill-list {
    column-gap: 3.5897435897vw;
  }
}
.about_skill-item {
  font-size: 15px;
  border-radius: 30px;
  border: 1px solid #414243;
  padding: 5px 20px;
}
@media screen and (max-width: 960px) {
  .about_skill-item {
    font-size: px_vww(15);
    padding: 1.2820512821vw 3.0769230769vw;
  }
}

.contact_title {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 47px;
}
.contact_wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .contact_wrapper {
    display: block;
  }
}
.contact_line-sec {
  max-width: 140px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .contact_line-sec {
    max-width: none;
  }
  .contact_line-sec img {
    display: none;
  }
}
.contact_line-sec img {
  width: 100%;
}
.contact_line-link {
  display: none;
}
@media screen and (max-width: 960px) {
  .contact_line-link {
    display: block;
    background-color: #d8d9da;
    width: 100%;
    box-sizing: border-box;
    padding: 23px 39px;
    max-width: 345px;
    border-radius: 35px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 45px;
    text-align: center;
  }
}
.contact_line-link-desc {
  display: none;
}
@media screen and (max-width: 960px) {
  .contact_line-link-desc {
    display: block;
    font-size: 15px;
    text-align: center;
    margin-bottom: 55px;
  }
}
.contact_forms {
  margin-bottom: 135px;
  width: 61.5%;
}
@media screen and (max-width: 960px) {
  .contact_forms {
    width: auto;
  }
}
.contact_name-wrap, .contact_num-wrap, .contact_mail-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
  .contact_name-wrap, .contact_num-wrap, .contact_mail-wrap {
    display: block;
  }
}
.contact_name-wrap label, .contact_num-wrap label, .contact_mail-wrap label {
  font-size: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .contact_name-wrap label, .contact_num-wrap label, .contact_mail-wrap label {
    margin-bottom: 14.5px;
  }
}
.contact_name-wrap br, .contact_num-wrap br, .contact_mail-wrap br {
  display: none;
}
.contact_name-wrap span, .contact_num-wrap span, .contact_mail-wrap span {
  width: 84%;
}
.contact_name-wrap input, .contact_num-wrap input, .contact_mail-wrap input {
  border: none;
  height: 44px;
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}
.contact_name-wrap input:focus, .contact_num-wrap input:focus, .contact_mail-wrap input:focus {
  outline: none;
  border: none;
}
.contact_radio-wrap {
  padding-top: 22px;
  padding-bottom: 46px;
}
.contact_radio-wrap span.wpcf7-list-item-label {
  display: flex;
  cursor: pointer;
}
.contact_radio-wrap span.wpcf7-list-item-label::before {
  content: "";
  display: block;
  border-radius: 10px;
  margin-right: 11px;
  border: 1px solid #414243;
  width: 19px;
  font-size: 14px;
  height: 19px;
  transition: 0.3s;
  background-color: #f5f6f7;
}
@media screen and (max-width: 960px) {
  .contact_radio-wrap span.wpcf7-list-item-label::before {
    font-size: 3.5897435897vw;
  }
}
.contact_textarea-wrap label {
  font-size: 15px;
}
.contact_textarea-wrap textarea {
  border: none;
  width: 100%;
  margin-top: 14px;
  resize: vertical;
}
.contact_acceptance-wrap {
  margin-top: 37px;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
}
.contact_acceptance-wrap input[type=checkbox] {
  opacity: 0;
  position: relative;
}
.contact_acceptance-wrap .wpcf7-list-item-label {
  display: flex;
}
.contact_acceptance-wrap #accept_button {
  display: block;
  width: 19px;
  height: 19px;
  cursor: pointer;
  border: 1px solid #414243;
  border-radius: 10px;
  margin-right: 11px;
}
.contact_pp {
  position: relative;
  cursor: pointer;
}
.contact_pp::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #414243;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.contact_submit-wrap {
  display: flex;
  margin-top: 17.5px;
  justify-content: center;
}
.contact_submit-wrap input[type=submit] {
  display: block;
  width: 175px;
  height: 44px;
  border-radius: 0;
  border: none;
  background-color: #414243;
  color: white;
  cursor: pointer;
  transition: 0.5s;
}
.contact_submit-wrap input[type=submit]:checked #accept_button {
  background-color: #414243;
}
.contact_submit-wrap input[type=submit]:hover {
  border: 1px solid #414243;
  background-color: #f5f6f7;
  color: #414243;
}
.contact_radio-wrap .contact_radio-item {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-left: -50px;
}
.contact_radio-wrap .contact_radio-item input[type=radio] {
  display: none;
}
.contact_radio-wrap .contact_radio-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #414243;
}
.contact_required {
  position: relative;
}
.contact_required::after {
  content: "*";
  color: #7B0D0D;
  font-size: 20px;
  position: absolute;
  right: 0;
  transform: translateX(200%);
}
@media screen and (max-width: 960px) {
  .contact_required::after {
    position: relative;
  }
}

.hover-shadow {
  transition: 0.5s;
}
.hover-shadow:hover {
  box-shadow: 0 0 8px gray;
}

.your-message textarea {
  outline: none;
  border: none;
  resize: vertical;
  padding: 5px;
}

.wpcf7-radio .wpcf7-list-item-label {
  font-size: 14px;
  padding-left: 44px;
  font-weight: 400;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.wpcf7-response-output {
  border: none !important;
  margin-top: 40px !important;
  text-align: center !important;
  color: #dc3232;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 12px !important;
}

input,
textarea {
  -webkit-appearance: none;
}

.footer {
  width: 100%;
  height: 246px;
  background-color: #5d6264;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 30px;
  padding-right: 40px;
  row-gap: 15px;
  box-sizing: border-box;
}
.footer_logo {
  width: 80px;
}
.footer span {
  font-size: 8px;
  color: #f5f6f7;
}

#white_logo {
  fill: #f5f6f7;
}

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

html,
body {
  background-color: #f5f6f7;
  color: #d8d9da;
  width: 100%;
  font-size: 62.5%;
  font-family: "Helvetica Neue", "Arial", "ヒラギノ角ゴシック", "Avenir", "メイリオ", sans-serif;
  color: #414243;
  font-weight: 200;
}

ul {
  list-style: none;
  padding: 0;
}

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

.container {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 960px) {
  .container {
    padding: 0 min(23px, 5.8974358974vw);
  }
}
@media screen and (min-width: 961px) {
  .container main {
    flex-basis: 79%;
    max-width: 954px;
  }
}

.header {
  margin: auto;
  padding: 0 40px;
  max-width: 1200px;
  padding-top: 67.2px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 92px;
}
@media screen and (max-width: 960px) {
  .header {
    margin: 0 min(23px, 5.8974358974vw);
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }
}
.header_wrapper {
  width: min(30vw, 393px);
}
@media screen and (max-width: 960px) {
  .header_wrapper {
    width: 22.3076923077vw;
  }
}
.header_wrapper img {
  width: 100%;
}
.header_commit {
  font-size: min(20px, 1.5vw);
  color: #414243;
  font-family: "Times New Roman";
}
@media screen and (max-width: 960px) {
  .header_commit {
    font-size: 3.3333333333vw;
    width: 40.5128205128vw;
  }
}

* {
  min-height: 0;
  min-width: 0;
}

.modal_bg {
  width: 100%;
  top: 50%;
  top: 0;
}
.modal-item {
  position: fixed;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 100%;
  background-color: white;
  min-width: 870px;
}
@media screen and (max-width: 960px) {
  .modal-item {
    box-sizing: border-box;
    padding-bottom: 30px;
    top: 0;
    left: 0;
    margin: 1vh 1vw;
    min-width: 0px;
    transform: none;
    width: 98vw !important;
  }
}
.modal_inner {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .modal_inner {
    flex-direction: column;
  }
}
.modal_imgs-wrap {
  width: 60%;
  margin: 0;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .modal_imgs-wrap {
    width: 100%;
    height: 40%;
  }
}
.modal_imgs {
  width: 100%;
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .modal_imgs li {
    height: 40vh;
  }
}
.modal_imgs li img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.modal_arrows {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 100%;
  padding: 0 26px;
  box-sizing: border-box;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.modal_arrows .prev-arrow,
.modal_arrows .next-arrow {
  display: block;
  font-size: 40px;
  font-family: "M PLUS 1p", sans-serif;
  color: #f5f6f7;
  line-height: 0.5;
}
.modal_arrows .prev-arrow:hover,
.modal_arrows .next-arrow:hover {
  cursor: pointer;
}
.modal_arrows .slick-disabled {
  opacity: 0;
}
.modal_arrows .slick-disabled:hover {
  cursor: default;
}
.modal_dots {
  position: absolute;
  z-index: 3;
  width: max(17%, 100px);
  margin: 0 auto;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.modal_right {
  padding-left: 34px;
  padding-right: 40px;
  width: 40%;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .modal_right {
    width: auto;
  }
}
.modal_button-wrap {
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
}
.modal_w-link {
  font-size: 15px;
  letter-spacing: 0.75px;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
}
.modal_close {
  display: flex;
  justify-content: left;
  position: relative;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  height: 30px;
  width: 83px;
  letter-spacing: 1.5px;
  font-family: "Times New Roman";
}
.modal_close::before, .modal_close::after {
  content: "";
  height: 1px;
  width: 20px;
  background-color: #5d6264;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.modal_close::before {
  transform: rotate(45deg);
}
.modal_close::after {
  transform: rotate(-45deg);
}
.modal_client {
  font-size: 15px;
  margin-top: 3.4%;
  font-weight: 200;
  letter-spacing: 1.5px;
}
.modal_category {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 5.9%;
}
@media screen and (max-width: 960px) {
  .modal_category {
    font-size: 17px;
  }
}
.modal_text {
  font-size: 15px;
  margin-top: 14.8%;
}
@media screen and (max-width: 960px) {
  .modal_text {
    margin-top: 2%;
    font-size: 12px;
  }
}
.modal_link {
  font-size: 12px;
  text-decoration: underline;
  letter-spacing: 1.2px;
  margin-top: 12px;
}
.modal_charge {
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: space-between;
  margin-top: 71px;
  border: 1px solid #414243;
  border-radius: 20px;
  margin-right: auto;
  margin-right: auto;
  width: 174px;
  letter-spacing: 1.5px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .modal_charge {
    margin-top: 30px;
    font-size: 13px;
    width: 150px;
  }
}
.modal_charge p:first-child {
  margin-left: 12px;
}
.modal_charge * {
  display: block;
}
.modal_charge img {
  height: 35px;
}
.modal_9697-img {
  display: flex;
  justify-content: left;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .modal_9697-img {
    height: 30px;
  }
}
.modal_flowlink {
  margin-top: 30px;
  position: relative;
  cursor: pointer;
}
.modal_flowlink p:first-child {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .modal_flowlink p:first-child {
    font-size: 17px;
  }
}
.modal_flowlink p:nth-child(2) {
  display: block;
  font-size: 15px;
  margin-top: 12px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .modal_flowlink p:nth-child(2) {
    font-size: 12px;
  }
}
.modal_flowlink svg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.modal_insta {
  width: 50px;
  position: relative;
}

.slick_list, .slick_track {
  height: 100%;
}
.slick-dots {
  display: flex;
  justify-content: space-between;
}
.slick-dots li button {
  background-color: #5d6264;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-indent: 100%;
  overflow: hidden;
}
.slick-dots li.slick-active button {
  background-color: #f5f6f7;
}

.privacy {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.privacy_bg {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 100;
  background-color: #d8d9da;
  padding: 53px 68px;
  box-sizing: border-box;
}
.privacy_inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #f5f6f7;
  position: relative;
}
.privacy_inner h2 {
  font-size: 25px;
  font-weight: 200;
  padding-top: 65px;
  text-align: center;
  position: relative;
}
.privacy_inner h2::after {
  content: "";
  position: absolute;
  width: 306px;
  height: 1px;
  background-color: #5d6264;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.privacy_inner p {
  font-size: 12px;
  height: 59%;
  overflow: scroll;
  margin-top: 53px;
  margin-bottom: 63px;
  margin-right: 83px;
  margin-left: 83px;
  letter-spacing: 0.4px;
  line-height: 1.7;
}
.privacy_inner button {
  text-align: center;
  position: absolute;
  height: min(49px, 7%);
  width: 206px;
  bottom: 13%;
  left: 50%;
  background-color: inherit;
  border-radius: 0;
  border: #5d6264 solid 1px;
  cursor: pointer;
  transform: translateY(100%) translateX(-50%);
  transition: 0.5s;
}
.privacy_inner button:hover {
  background-color: #5d6264;
  color: #f5f6f7;
}

.flow #flow {
  font-size: 40px;
  color: #414243;
  font-family: "Helvetica Neue, Arial";
  margin-top: 109px;
  margin-bottom: 40px;
  font-weight: 300;
  letter-spacing: 1px;
}
.flow_cot {
  padding-bottom: 53px;
}
@media screen and (max-width: 960px) {
  .flow_cot {
    margin: 0;
  }
}
.flow_inner {
  position: relative;
  transition: 0.4s;
  width: 50%;
  height: 98px;
}
@media screen and (max-width: 960px) {
  .flow_inner {
    width: 92%;
    margin: 0;
    height: 14.8717948718vw;
  }
}
@media screen and (min-width: 961px) {
  .flow_inner {
    min-width: 409px;
  }
}
@media screen and (min-width: 961px) {
  .flow_inner:hover {
    width: 769px;
  }
  .flow_inner:hover .flow_circle {
    background-color: #414243;
  }
}
.flow_inner.active .flow_circle {
  background-color: #414243;
}
@media screen and (max-width: 960px) {
  .flow_inner.active {
    height: auto;
  }
  .flow_inner.active .flow_content {
    height: auto;
  }
}
@media screen and (min-width: 961px) {
  .flow_inner.active {
    width: 769px;
    height: auto;
    padding-bottom: 50px;
  }
  .flow_inner.active .flow_circle {
    background-color: #414243;
  }
  .flow_inner.active .flow_content {
    height: auto;
  }
}
.flow_inner::before, .flow_inner::after {
  content: "";
  height: 3px;
  background-color: #414243;
  position: absolute;
}
.flow_inner::before {
  top: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}
.flow_inner::after {
  bottom: -1px;
  right: 0;
  width: 95%;
  transform: translateY(200%);
}
.flow_circle {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%) translateY(-1.5%);
  display: block;
  width: 100px;
  height: 100px;
  border: 3px #414243 solid;
  border-radius: 50%;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .flow_circle {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
  }
}
.flow_title-wrapper {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.flow_title {
  font-size: 3rem;
  margin: 0;
  padding: 0;
  height: 100px;
  margin-left: 60px;
  font-weight: 400;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .flow_title {
    font-size: 4.358974359vw;
    height: 15.641025641vw;
  }
}
.flow_content {
  padding-left: 74px;
  font-weight: 300;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 960px) {
  .flow_content {
    padding-left: 0;
  }
}
.flow_case {
  font-size: 30px;
  margin-top: 28px;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  .flow_case {
    font-size: 23px;
  }
}
.flow_client {
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 20px;
}
.flow_project {
  font-size: 20px;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .flow_project {
    font-size: 17px;
  }
}
.flow_steps {
  font-size: 30px;
  margin-top: 80px;
  margin-bottom: 37px;
  font-weight: 200px;
}
@media screen and (max-width: 960px) {
  .flow_steps {
    font-size: 23px;
  }
}
.flow_item {
  margin-bottom: 37px;
  position: relative;
}
.flow_item-sub {
  font-size: 15px;
  font-weight: bold;
}
.flow_item-inner {
  display: flex;
  justify-content: left;
  column-gap: 32px;
}
.flow_item-cot {
  margin-top: 7px;
  font-size: 20px;
  max-width: 70%;
  font-weight: 200;
  position: relative;
}
@media screen and (max-width: 960px) {
  .flow_item-cot {
    font-size: 13px;
    width: 90%;
    max-width: 100%;
  }
}
.flow_item-cot .flow_item-num {
  position: absolute;
  right: -60px;
  top: -50%;
  font-size: 68px;
  font-weight: 400;
  color: #d8d9da;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .flow_item-cot .flow_item-num {
    display: none;
  }
}
.flow_item-spnum {
  display: none;
}
@media screen and (max-width: 960px) {
  .flow_item-spnum {
    display: inline-block;
  }
}
.flow_output h5 {
  font-size: 30px;
  letter-spacing: 1.5px;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  .flow_output h5 {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
.flow_output p {
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .flow_output p {
    font-size: 18px;
  }
}
.flow_output-img {
  position: absolute;
  width: 286px;
  right: 14%;
  bottom: 87%;
}
@media screen and (max-width: 960px) {
  .flow_output-img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 51.2820512821vw;
    margin-top: 47.8px;
  }
}
.flow_output-img2 {
  width: 286px;
  right: 0;
  bottom: -100%;
}
.flow_charge {
  position: relative;
}
@media screen and (max-width: 960px) {
  .flow_charge {
    text-align: center;
    margin-bottom: 20px;
  }
}
.flow_9697-charge {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 12px;
  height: 57px;
  width: 73%;
  min-width: 524px;
  margin-top: 65px;
  background: linear-gradient(to right, #5d6264, rgba(0, 0, 0, 0));
}
@media screen and (max-width: 960px) {
  .flow_9697-charge {
    margin-top: 30px;
    height: 38px;
  }
}
.flow_charge-logo {
  height: 27px;
  padding-left: 25px;
}
@media screen and (max-width: 960px) {
  .flow_charge-logo {
    padding-left: 15px;
    height: 14px;
  }
}
.flow_charge-details {
  font-size: 15px;
  color: #f5f6f7;
}
@media screen and (max-width: 960px) {
  .flow_charge-details {
    font-size: 13px;
  }
}

@media screen and (max-width: 960px) {
  .sidebar {
    display: none;
  }
}
.sidebar_wrapper {
  position: sticky;
  top: 242px;
}
@media screen and (min-width: 961px) {
  .sidebar_logo {
    width: 167px;
    opacity: 0;
    transition: 0.4s;
    transform: translateY(-92px);
  }
  .sidebar_logo.show {
    opacity: 1;
  }
}
.sidebar nav ul {
  display: flex;
}
@media screen and (min-width: 961px) {
  .sidebar nav ul {
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 50px;
  }
}
@media screen and (min-width: 961px) {
  .sidebar nav ul li {
    font-size: 2.5rem;
  }
}
.sidebar nav ul li.current a {
  color: #d8d9da;
  /* ハイライト色 */
}
.sidebar nav ul li a {
  transition: 0.3s;
  font-weight: 400;
  letter-spacing: 1.25px;
}
.sidebar nav ul li a:hover {
  color: #d8d9da;
}
@media screen and (min-width: 961px) {
  .sidebar_sns {
    margin-top: 50px;
  }
}
.sidebar_sns ul li {
  width: 35px;
}

.thanks {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.thanks_bg {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 100;
  background-color: #d8d9da;
  padding: 53px 68px;
  box-sizing: border-box;
}
.thanks_inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #f5f6f7;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 961px) {
  .thanks_inner {
    background-image: url("images/thanks_pc.png");
  }
}
.thanks_inner h2 {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 2px;
  padding-top: 20%;
  text-align: center;
  position: relative;
}
.thanks_inner h2::after {
  content: "";
  position: absolute;
  width: 306px;
  height: 1px;
  background-color: #5d6264;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.thanks_inner p {
  font-size: 20px;
  text-align: center;
  overflow: scroll;
  letter-spacing: 0.4px;
  margin-top: 70px;
  line-height: 1.7;
}
.thanks_inner button {
  text-align: center;
  position: absolute;
  height: min(49px, 7%);
  width: 206px;
  bottom: 13%;
  left: 50%;
  background-color: inherit;
  border-radius: 0;
  border: #5d6264 solid 1px;
  cursor: pointer;
  transform: translateY(100%) translateX(-50%);
  transition: 0.5s;
}
.thanks_inner button:hover {
  background-color: #5d6264;
  color: #f5f6f7;
}

#works {
  font-size: 40px;
  color: #414243;
  font-family: "Helvetica Neue, Arial";
  font-weight: 300;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #works {
    font-size: 6.4102564103vw;
    font-weight: bold;
    margin-bottom: 35px;
  }
}

.works {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .works {
    margin-top: 58px;
  }
}
.works_cots {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 5%;
}
@media screen and (max-width: 960px) {
  .works_cots {
    flex-direction: column;
  }
}
.works_cot {
  flex-basis: 30%;
  background-color: white;
  padding-bottom: 20px;
  position: relative;
}
.works_cot:hover {
  cursor: pointer;
}
.works_cot a {
  display: block;
  width: 100%;
  height: 100%;
}
.works_cot a:hover works_cot-hover {
  display: block;
  opacity: 1;
}
.works_cot_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 960px) {
  .works_cot_img {
    height: 84vw;
  }
}
.works_cot_title {
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Helvetica Neue, Arial";
  font-size: 1.6rem;
  color: #414243;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .works_cot_title {
    font-size: 4.6153846154vw;
  }
}
.works_cot_client {
  font-family: "Helvetica Neue, Arial";
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #414243;
  text-align: center;
  font-weight: 100;
  margin-top: 8px;
}
@media screen and (max-width: 960px) {
  .works_cot_client {
    text-align: center;
    font-size: 3.0769230769vw;
  }
}
.works_cot-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(216, 217, 218, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 3rem;
  display: none;
  opacity: 0;
  transition: 0.4s;
}
.works_sub {
  display: flex;
  column-gap: 46px;
  margin-top: 39px;
}
@media screen and (max-width: 960px) {
  .works_sub {
    justify-content: space-between;
    column-gap: 10%;
    row-gap: 40px;
    flex-wrap: wrap;
  }
}
.works_sub-cot {
  transition: 0.4s;
  max-width: 154px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .works_sub-cot {
    width: 44%;
    max-width: none;
  }
  .works_sub-cot img {
    max-width: none;
    width: 100%;
  }
}
.works_sub-cot img {
  max-width: 100%;
}
@media screen and (min-width: 961px) {
  .works_sub-cot:hover {
    transform: translateY(-10px);
  }
}