@charset "UTF-8";
html,
body {
  height: 100%;
}

body {
  font-family: "futura_r", "Helvetica Neue", "Helvetica", "Arial", "Avenir", "Hiragino Sans", "游ゴシック体", YuGothic, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #828c96;
  overflow-x: hidden;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 32px 20px;
}

.pb60 {
  padding-bottom: 60px;
}

.secbg_gray {
  background-color: #f8fafb;
  width: 100%;
  position: relative;
  z-index: 2;
}

img {
  width: 100%;
  height: auto;
}

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

p {
  color: #1D376D;
  font-size: 18px;
  line-height: 1.7;
}

.mb45 {
  margin-bottom: 45px;
}

.pc {
  display: block;
}
@media (max-width: 600px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 600px) {
  .sp {
    display: block;
  }
}

/* LOADING */
#loading {
  background-color: #0069b1;
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
}
#loading p {
  font-size: 1.5rem;
  font-weight: bold;
}

#loading-screen {
  background-color: #7BADD3;
  position: fixed;
  inset: 0;
  z-index: 9998;
  translate: 0 100vh;
}

.wave {
  position: relative;
  height: 50px;
}
.wave canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 600px) {
  #wrapper nav {
    position: fixed;
    bottom: 0;
    left: -300px;
    width: 230px;
    height: 100%;
    padding-top: 50px;
    background: #1D376D;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 7;
  }
}
#wrapper nav ul {
  position: absolute;
  bottom: 70px;
  left: 70px;
}
@media (max-width: 600px) {
  #wrapper nav ul {
    left: 30px;
  }
}
#wrapper nav ul li {
  font-size: 20px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  #wrapper nav ul li {
    display: block;
    padding: 20px 28px;
  }
}
#wrapper nav ul li:last-child {
  margin-bottom: 0;
}
#wrapper nav ul li a {
  color: #ddd;
}
@media (max-width: 600px) {
  #wrapper .btn-gnavi {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 30px;
    height: 24px;
    z-index: 10;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 400ms;
  }
}
@media (max-width: 600px) {
  #wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    transition: all 400ms;
  }
}
@media (max-width: 600px) {
  #wrapper .btn-gnavi span:nth-child(1) {
    top: 0;
  }
}
@media (max-width: 600px) {
  #wrapper .btn-gnavi span:nth-child(2) {
    top: 10px;
  }
}
@media (max-width: 600px) {
  #wrapper .btn-gnavi span:nth-child(3) {
    top: 20px;
  }
}
@media (max-width: 600px) {
  #wrapper .btn-gnavi.open {
    transform: rotate(180deg);
  }
}
@media (max-width: 600px) {
  #wrapper .btn-gnavi.open span {
    background: #fff;
    width: 24px;
  }
}

.container {
  height: 100%;
  position: relative;
}
.container .header {
  position: fixed;
  width: 230px;
  height: 100%;
  left: 0;
  background: #1D376D;
  color: #fff;
  z-index: 5;
}
@media (max-width: 600px) {
  .container .header {
    background-color: transparent;
    width: 0;
  }
}
.container .header_ttl {
  font-size: 30px;
  font-weight: bold;
  margin: 70px auto 0;
  max-width: 120px;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .container .header_ttl {
    background: white;
    display: block;
    font-size: 20px;
    margin-top: 0;
    padding: 20px;
    width: 100vw;
    max-width: 600px;
  }
  .container .header_ttl a {
    color: #1D376D;
  }
}
.container .header_ttl-job {
  display: block;
  font-size: 14px;
  margin-bottom: 16px;
}
.container .header_ttl-category {
  display: block;
  font-size: 12px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .container .header_ttl-category {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .container .header_ttl-name {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .container .header_ttl-wrap {
    display: flex;
  }
}
.container .header .btm_blk {
  font-size: 20px;
  position: absolute;
  bottom: 70px;
  left: 70px;
}
.container .header .btm_blk ul li {
  list-style: none;
  margin-bottom: 80px;
}
.container .header .btm_blk ul li:last-child {
  margin-bottom: 0;
}
.container .list_box {
  color: #1D376D;
  display: flex;
  font-size: 16px;
  line-height: 1.6;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .container .list_box {
    flex-wrap: wrap;
    margin-right: 0;
    order: 3;
  }
}
.container .list_box-ttl {
  border-bottom: 1px solid #7BADD3;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 24px;
  padding: 0;
}
.container .list_box-ttl-text {
  display: inline-block;
  padding: 0 12px 8px;
  position: relative;
}
.container .list_box-ttl-text::after {
  background-color: #0069b1;
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
}
.container .list_box-item {
  border-radius: 8px;
  background-color: #fff;
  padding: 24px;
  width: 28%;
  filter: drop-shadow(3px 3px 3px #d4e2f5);
}
@media screen and (max-width: 1024px) {
  .container .list_box-item {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .container .list_box-item {
    width: 100%;
  }
}
.container .list_box-under {
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .container .list_box-under {
    order: 4;
  }
}
.container .list_box-under .list_box-item {
  width: 100%;
}
.container .list_box-under-double .list_box-item {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .container .list_box-under-double .list_box-item {
    width: 100%;
  }
}
.container .list_box .list_box dd {
  font-size: 16px;
  line-height: 1.7;
}
.container .charge_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.container .charge_item {
  margin-bottom: 16px;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .container .charge_item {
    width: 100%;
  }
}
.container .charge_item-block:not(:last-child) {
  margin-bottom: 24px;
}
.container .charge_ttl {
  color: #282828;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 8px;
}
.container .charge_text {
  font-size: 16px;
}
.container .charge_blk {
  margin-top: 24px;
}
.container .charge_blk-ttl {
  color: #282828;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 16px;
}
.container .charge_blk-pic {
  border: 1px solid #dcdcdc;
  display: block;
  max-width: 300px;
  margin: 0 auto 16px;
}
.container .vertical {
  margin: 0 auto;
  max-width: 1080px;
}
.container .vertical .detail_wrap {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .container .vertical .detail_wrap {
    flex-direction: column;
  }
}
.container .vertical .detail_wrap .pic_wrap {
  width: 504px;
}
@media screen and (max-width: 767px) {
  .container .vertical .detail_wrap .pic_wrap {
    width: 100%;
  }
}
.container .vertical .detail_wrap .pic_wrap-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .container .vertical .detail_wrap .pic_wrap-2 {
    flex-direction: column;
    align-items: center;
  }
}
.container .vertical .detail_wrap .pic_wrap-2 .pic_wrap-pic {
  margin-bottom: 0;
}
.container .vertical .detail_wrap .pic_wrap-pic {
  height: auto;
}
.container .vertical .detail_wrap .pic_wrap-pic:not(:last-child) {
  margin-bottom: 24px;
}
.container .vertical .detail_wrap .pic_wrap-pic-square {
  margin-right: 24px;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .container .vertical .detail_wrap .pic_wrap-pic-square {
    margin: 0 auto 24px;
  }
}
.container .vertical .detail_wrap .pic_wrap-pic-second {
  width: 290px;
  height: 185px;
}
.container .vertical .detail_wrap .list_box {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .container .vertical .detail_wrap .list_box {
    width: 100%;
  }
}
.container .vertical .detail_wrap .list_box-item {
  width: auto;
}
.container .vertical .detail_wrap .charge_item {
  width: 100%;
}
.container main {
  position: absolute;
  width: calc(100% - 230px);
  right: 0;
}
@media (max-width: 600px) {
  .container main {
    width: 100vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .container main .top {
    margin-bottom: 0;
    height: auto;
  }
}
.container main .top .js-text-anime span {
  opacity: 0;
  transition: 0.5s;
}
.container main .top #topMv {
  max-width: 100%;
  height: 100vh;
  z-index: 0;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.container main .top #topMv::before {
  background-image: url(../images/city_color.jpg);
  background-position: 75% 0;
  position: absolute;
  filter: blur(8px) grayscale(1);
  transition-property: filter;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  content: "";
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  z-index: -1;
}
.container main .top #topMv.middle::before {
  filter: blur(2px) grayscale(0.5);
}
.container main .top #topMv.clear::before {
  filter: blur(0) grayscale(0);
}
.container main .top #topMv.light::before {
  filter: blur(2px);
}
.container main .top #topMv.medium::before {
  filter: blur(5px);
}
.container main .top_name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #1D376D;
  color: #282828;
  height: 100px;
  padding: 8px 40px;
  line-height: 1.7;
  text-align: center;
  width: 100%;
}
.container main .top_name-name {
  color: #fff;
  font-size: 42px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .container main .top_name-name {
    font-size: 24px;
  }
}
.container main .top_name-skill {
  color: #dcdcdc;
  font-size: 18px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .container main .top_name-skill {
    font-size: 14px;
  }
}
.container main #works {
  /*display: flex;
    	justify-content: center;
    	flex-direction: column;
    	align-items: flex-start;*/
}
.container main #works h2 {
  font-size: 70px;
  font-weight: bold;
  color: #d4e2f5;
  padding-bottom: 40px;
  text-align: center;
}
.container main #works .works_item-ttl {
  font-size: 1rem;
  margin-bottom: 16px;
}
.container main #works ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 6;
}
@media (max-width: 600px) {
  .container main #works ul {
    justify-content: center;
  }
}
.container main #works ul li {
  list-style: none;
  margin: 0 0 50px 0;
  width: 48%;
}
@media (max-width: 600px) {
  .container main #works ul li {
    width: 100%;
  }
}
.container main #works ul li a {
  position: relative;
}
.container main #works ul li a:hover {
  opacity: 0.8;
  filter: drop-shadow(3px 3px 3px #d4e2f5);
  transform: scale(1.2, 1.2);
}
.container main #works ul li a:hover:before {
  background-color: #fff;
  border: 1px solid #282828;
  color: #282828;
}
.container main #works ul li a:hover::after {
  border-left: 6px solid #282828;
}
.container main #works ul li a::before {
  content: "詳しくはこちら";
  background-color: #282828;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  padding-right: 12px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 160px;
  height: 40px;
}
.container main #works ul li a::after {
  content: "";
  position: absolute;
  bottom: 46px;
  right: 46px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
}
.container main .ttl-mid {
  font-weight: bold;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .container main .ttl-mid {
    font-size: 20px;
  }
}
.container main .service h2 {
  font-size: 70px;
  font-weight: bold;
  color: #d4e2f5;
  padding-bottom: 40px;
  text-align: center;
}
.container main .service h3 {
  margin: 0 auto 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .container main .service h3 {
    font-size: 18px;
    text-align: left;
  }
}
.container main .service_comment {
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .container main .service_comment {
    font-size: 16px;
    text-align: left;
  }
}
.container main .service_caution {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 auto;
  text-align: center;
}
.container main .skill {
  margin: 0 auto;
}
.container main .skill.list_box-item {
  margin-bottom: 64px;
  width: 640px;
}
@media screen and (max-width: 767px) {
  .container main .skill.list_box-item {
    padding: 24px 16px;
    width: 100%;
    max-width: 300px;
  }
}
.container main .skill_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .container main .skill_wrap {
    flex-direction: column;
  }
}
.container main .skill_list {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .container main .skill_list {
    width: 100%;
    max-width: 300px;
  }
}
.container main .skill_item {
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
}
.container main .skill_item:not(:last-child) {
  margin-bottom: 4px;
}
.container main .skill_item-ttl {
  color: #282828;
  font-size: 16px;
  margin-right: 16px;
  width: 180px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .container main .skill_item-ttl {
    font-size: 14px;
  }
}
.container main .skill_item-mark {
  width: 16px;
  height: 16px;
}
.container main .skill_item-list {
  display: flex;
}
.container main .skill_item-item:not(:last-child) {
  margin-right: 4px;
}
.container main .skill h2 {
  font-size: 70px;
  font-weight: bold;
  color: #d4e2f5;
  padding-bottom: 40px;
  text-align: center;
}
.container main .skill-category {
  color: #1D376D;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 24px;
  position: relative;
}
.container main .skill-category::after {
  position: absolute;
  color: rgba(87, 142, 217, 0.1);
  font-size: 60px;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}
@media (max-width: 600px) {
  .container main .skill-category::after {
    font-size: 36px;
    top: -5px;
  }
}
.container main .skill-category-design::after {
  content: "DESIGN";
}
.container main .skill-category-coding::after {
  content: "CODING";
}
.container main .skill-category-illust::after {
  content: "ILLUSTRATION";
}
.container main .skill-category-movie::after {
  content: "MOVIE";
}
.container main .skill-category-photo::after {
  content: "PHOTOGRAPH";
}
.container main .skill-languages {
  color: #578ED9;
  font-size: 1.1rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.container main .skill-languages::before, .container main .skill-languages::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #578ED9;
}
.container main .skill-languages::before {
  margin-right: 16px;
}
.container main .skill-languages::after {
  margin-left: 16px;
}
.container main .skill-type {
  background-color: #fff;
  display: flex;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: drop-shadow(20px 20px 30px #d4e2f5);
  margin-bottom: 40px;
}
.container main .skill-type-box {
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 600px) {
  .container main .skill-type {
    border-radius: 50px;
    width: 90%;
    height: auto;
    margin: 0 auto 32px;
  }
}
.container main .skill-type-inr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
}
@media (max-width: 600px) {
  .container main .skill-type-inr {
    padding: 32px;
  }
}
.container main .skill-type-pic {
  margin-bottom: 24px;
  width: 80px;
  height: auto;
}
.container main .skill-comment {
  font-size: 14px;
  margin-bottom: 24px;
  width: 60%;
}
@media (max-width: 600px) {
  .container main .skill-comment {
    width: 100%;
  }
}
.container main .skill .skill-box {
  width: 50%;
  text-align: center;
}
.container main .skill .skill-box:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 600px) {
  .container main .skill .skill-box {
    width: 100%;
  }
}
.container main .skill .skill-list {
  font-size: 12px;
  text-align: center;
  margin-bottom: 16px;
}
.container main .skill .skill-list-item:not(:last-child) {
  margin-bottom: 8px;
}
.container main .profile h2 {
  font-size: 70px;
  font-weight: bold;
  color: #d4e2f5;
  padding-bottom: 40px;
  text-align: center;
}
.container main .profile .pbox {
  display: flex;
  flex-wrap: wrap;
}
.container main .profile .pbox_left {
  margin-right: 50px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .container main .profile .pbox_left {
    margin: 0 auto 30px;
  }
}
.container main .profile_comment {
  font-size: 14px;
}
.container main .profile h4 {
  color: #1D376D;
  font-size: 22px;
  margin-bottom: 30px;
}
.container main footer {
  height: 150px;
  width: 100%;
  background-color: #1D376D;
  color: #fff;
}
.container main footer h2 {
  font-size: 30px;
  font-weight: bold;
  color: #ccc;
  padding-bottom: 0;
  line-height: 0;
}
@media (max-width: 600px) {
  .container main footer #contact inner {
    padding-bottom: 100px;
  }
}
.container main .detail h2 {
  font-size: 70px;
  font-weight: bold;
  color: #d4e2f5;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .container main .detail h2 {
    font-size: 40px;
  }
}
.container main .detail_ttl {
  color: #1D376D;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .container main .detail_ttl {
    font-size: 24px;
  }
}
.container main .detail_ttl-category {
  font-size: 14px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .container main .detail_ttl-category {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .container main .detail_wrap {
    display: flex;
    flex-direction: column;
  }
}
.container main .detail_main-pic {
  display: block;
  margin: 0 auto 64px;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .container main .detail_main-pic {
    order: 1;
  }
}
.container main .visit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 90px;
  height: 30px;
  border: 1px solid #1D376D;
}
@media screen and (max-width: 767px) {
  .container main .visit {
    margin-bottom: 24px;
    order: 2;
  }
}
.container main .visit a {
  color: #1D376D;
  padding: 10px;
}
.container main .contact_form {
  height: 100vh;
  /*　簡易版レスポンシブ*/
}
.container main .contact_form .g-recaptcha {
  margin: 0 auto 16px;
}
@media (max-width: 600px) {
  .container main .contact_form {
    height: auto;
  }
}
.container main .contact_form h2 {
  font-size: 70px;
  font-weight: bold;
  color: #d4e2f5;
  padding-bottom: 40px;
  text-align: center;
  padding-bottom: 70px;
}
.container main .contact_form #formWrap {
  width: 700px;
  margin: 30px auto 0;
  color: #555;
  line-height: 120%;
  font-size: 18px;
}
.container main .contact_form table.formTable {
  width: 100%;
  margin: 40px auto;
  border-collapse: collapse;
}
.container main .contact_form table.formTable td,
.container main .contact_form table.formTable table.formTable th {
  padding: 10px;
}
.container main .contact_form table.formTable th {
  width: 30%;
  font-size: 16px;
  font-weight: normal;
  background: #efefef;
  text-align: left;
  padding: 8px;
  vertical-align: top;
}
.container main .contact_form table.formTable span {
  color: orangered;
  padding-left: 15px;
  font-size: 14px;
}
.container main .contact_form input[type=submit],
.container main .contact_form input[type=reset],
.container main .contact_form input[type=button] {
  color: #fff;
  background-color: #282828;
  border: none;
  padding: 8px;
  margin-right: 10px;
}
@media screen and (max-width: 572px) {
  .container main .contact_form #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  .container main .contact_form table.formTable th,
  .container main .contact_form table.formTable td {
    width: auto;
    display: block;
  }
  .container main .contact_form table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
    vertical-align: top;
    font-size: 16px;
  }
  .container main .contact_form input[type=text],
  .container main .contact_form textarea {
    width: 80%;
    height: 50px;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  .container main .contact_form input[type=submit],
  .container main .contact_form input[type=reset],
  .container main .contact_form input[type=button] {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.container main .contact_form .privacy h4 {
  margin-bottom: 20px;
}
.container main .contact_form .privacy p {
  font-size: 16px;
  margin-bottom: 20px;
}
.container.dtp .list_box {
  justify-content: flex-start;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .container.dtp .list_box {
    width: 100%;
  }
}
.container.dtp .vertical .detail_wrap .pic_wrap {
  width: 58%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .container.dtp .vertical .detail_wrap .pic_wrap {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */