@charset "UTF-8";

/* common */

html {
  font-size: 62.5%;
}

body {
  color: #808080;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

a,
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}

a:hover,
a:hover img {
  opacity: 0.6;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.imgmax {
  display: block;
  height: auto;
  width: 100%;
}

.-pconly {
  display: block;
}

.-sponly {
  display: none;
}

.-underline {
  text-decoration: underline;
}

.-eng {
  /* font-family: "EB Garamond", "Vollkorn", "Georgia", sans-serif; */
  font-family: "EB Garamond", serif;
  letter-spacing: 2px;
  line-height: 1;
}

/* header */

header {
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.03);
}

.header_cont {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  min-height: 60px;
  width: 90%;
}

.header_cont__logo {
  font-size: 2rem;
}

.pcnav {
  font-size: 1.6rem;
}

.header_cont-list {
  display: flex;
}

.header_cont-list li {
  font-size: 1.4rem;
}

.header_cont-list li:not(:last-child) {
  margin-right: 50px;
}

/* mv */

.mvcont {
  display: none;
}

.mv {
  display: flex;
  justify-content: center;
  /* padding: 190px 0; */
  width: 100%;
  height: calc(100vh - 60px);
  position: relative;
}

.mv_cont {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  grid-template-columns: auto 210px;
  gap: 0 70px;
  max-width: 688px;
  align-items: center;
}

.main_eng {
  font-size: 3.6rem;
  line-height: 1.5;
  color: #434459;
}

.mv_img {
}

/* contents */
main {
  padding: 0 5%;
}

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

.engtit {
  font-size: 4rem;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}

.-thin {
  color: #dfdfdf;
}

.cont_tit {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.cont_txst {
  line-height: 1.75;
}

.engtit::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  margin: 0 10px 0 -30px;
}

.link_wrap {
  position: relative;
  margin-top: 40px;
}

.bg_style06 {
  background: #434459;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  padding: 15px 50px;
  line-height: 1;
  transition: all 0.2s ease-in;
  position: relative;
}

.bg_style06::before,
.bg_style06::after {
  content: "";
  position: absolute;
  transition: all 0.2s ease-in;
}

.bg_style06::before {
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-40%) rotate(45deg);
}

.bg_style06::after {
  width: 24px;
  height: 1px;
  right: 18px;
  top: 53%;
  transform: translateY(-40%);
  background: #fff;
}

.bg_style06:hover::before {
  right: 12px;
}

.bg_style06:hover::after {
  right: 10px;
  width: 32px;
}

.-addcont {
  margin-top: 120px;
}

.grid_cont {
  display: grid;
  grid-template-columns: repeat(2, 46%);
  gap: 60px 8%;
}

.works_cont__tag {
  border-bottom: 1px solid #dfdfdf;
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.-lhchange {
  line-height: 1.5;
  letter-spacing: 1px;
}

.works_cont__tit {
  margin-bottom: 5px;
  font-weight: 400;
  color: #666;
}

.works_cont__txst {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.works_cont__img {
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.06);
}

.-center_btn {
  margin: 100px auto 0 auto;
  display: flex;
}

.-center_btn .bg_style06 {
  margin: 0 auto;
}

.tp_about {
  display: grid;
  grid-template-columns: 147px auto;
  gap: 0 5%;
  align-items: center;
}

.tp_about_box {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}

.tp_about_box__name {
  display: flex;
  font-size: 1.8rem;
  align-items: flex-end;
  margin-bottom: 10px;
  line-height: 1;
}

.tp_about_box__eng {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 10px;
}

.tp_about_box__txst {
  line-height: 1.75;
  width: 100%;
}

/* footer */

.contents_wrap {
  padding: 0 5%;
}

footer {
  background-color: #434459;
  margin-top: 120px;
  color: #fff;
}

.-footer_cont {
  padding: 60px 0;
}

.footer_txst {
  font-size: 1.2rem;
}

.-white_btn .bg_style06 {
  color: #434459;
  background-color: #fff;
}

.-white_btn .bg_style06::after {
  background: #434459;
}

.footer_menu_wrap {
  position: relative;
  width: 100%;
  padding: 0% 5% 5% 5%;
}

.footer_menu_wrap::before {
  content: "";
  display: block;
  width: 90%;
  margin: 0 auto;
  height: 1px;
  position: absolute;
  background-color: #dfdfdf;
}

.footer_menu {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_menu__logo {
  font-size: 2rem;
}
.footer_menu__box {
  display: flex;
}

.footer_menu__box li {
  padding-left: 30px;
  line-height: 1px;
}

.footer_menu__box li:not(:last-child) {
  border-right: 1px solid #dfdfdf;
  padding-right: 30px;
}

.footer_menu__box li a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

.copyright {
  text-align: center;
  display: block;
  padding-bottom: 20px;
}

.spnav {
  display: none;
}

/* about */

.undercont {
  padding: unset;
  margin-top: 100px;
}

.un_contents {
  padding: 0 5%;
}

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

.un_about {
  display: grid;
  grid-template-columns: 273px auto;
  gap: 0 5%;
  align-items: center;
}

.un_about_box__name {
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 15px;
}

.un_about_box__eng {
  margin-left: 15px;
  font-size: 1rem;
  letter-spacing: 1.5px;
}

.un_about_box__txstbox p {
  letter-spacing: 1.5px;
  line-height: 1.75;
  font-size: 1.2rem;
}

.un_about_box__txstbox p:not(:last-child) {
  margin-bottom: 10px;
}

.contents_bg {
  background-color: #f9f9f9;
  width: 100%;
  padding: 100px 0;
}

.skill_cont li:not(:last-child) {
  margin-bottom: 60px;
}

.b_txst {
  font-size: 2rem;
  font-weight: 400;
}

.skill_cont__list .b_txst {
  margin-bottom: 30px;
}

.skill_cont__list_box {
  display: grid;
  grid-template-columns: 139px auto;
  gap: 0 30px;
  align-items: center;
  letter-spacing: 1.5px;
}

.soft_img {
  max-width: 330px;
}

.strength_num {
  width: 50px;
  height: 50px;
  padding-top: 12px;
  background-color: #f9f9f9;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
}

.strength_box {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 0 5%;
}

.strength_list {
  width: 100%;
}

.strength_num {
  margin: 0 auto 15px;
  font-weight: 400;
  font-size: 2.4rem;
}

.strength_tit {
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 15px;
}

.strength_txst {
  font-size: 1.5rem;
}

.aboutlogo_box {
  display: grid;
  grid-template-columns: 163px auto;
  gap: 0 5%;
}

.aboutlogo_txstbox__txst {
  margin-bottom: 15px;
}

.aboutlogo_color {
  display: flex;
}

.aboutlogo_color li:first-child {
  margin-right: 20px;
}

.-blue {
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: left center;
  background-image: url(../img/blue.png);
  padding-left: 25px;
  box-sizing: initial;
}

.-yellow {
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: left center;
  background-image: url(../img/yellow.png);
  padding-left: 25px;
  box-sizing: initial;
}

/* works */

.subtit {
  background-repeat: no-repeat;
  background-size: 11px 23px;
  background-position: left center;
  background-image: url(../img/grade_box.svg);
  padding-left: 25px;
  box-sizing: initial;
  font-size: 2rem;
  line-height: 1;
  font-family: "Schibsted Grotesk", sans-serif;
  margin-bottom: 40px;
}

.-mb_wide {
  margin-bottom: 80px;
}

.l_tit {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.works_date {
  font-size: 1.3rem;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.works_soft {
  line-height: 1.5;
}

.works_txst {
  margin-bottom: 20px;
}

.-eng_sec {
  font-family: "Schibsted Grotesk", sans-serif;
}

.works_maintxst {
  margin-bottom: 80px;
}

.site {
  text-decoration: underline;
}

.works_mainimg {
  width: 75%;
  margin: 0 auto;
}

.-shadow {
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.06);
  margin-top: 30px;
}

.line_tit {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 500;
}

.works_main_box {
  margin-bottom: 80px;
}

.works_gaiyotxst {
  margin-bottom: 30px;
}

.works_subbox {
  margin-bottom: 20px;
}

.works_subbox_tit {
  font-weight: 500;
  margin-bottom: 10px;
}

.works_single_txst {
  margin-bottom: 30px;
}

.works_contents_box {
  margin-bottom: 60px;
}

.works_imgcont {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 0 2%;
}

.works_imgcont_img {
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.06);
}

.-mb_imgcont {
  margin-bottom: 20px;
}

.-workssub {
  margin-bottom: 30px;
}

.three_list {
  display: grid;
  grid-template-columns: 35% 35% 20%;
  gap: 0 5%;
  align-items: start;
}

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

.work_item__img {
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.06);
  margin-top: auto;
}

.three_list_tit {
  display: grid;
  grid-template-columns: 35% 35% 20%;
  gap: 0 5%;
  align-items: start;
  margin-bottom: 15px;
  font-size: 1.4rem;
  width: 100%;
}

.two_list_tit {
  display: grid;
  grid-template-columns: 70% 25%;
  gap: 0 5%;
  align-items: start;
  margin-bottom: 15px;
  font-size: 1.4rem;
  width: 100%;
}

.two_list {
  display: grid;
  grid-template-columns: 70% 25%;
  gap: 0 5%;
  align-items: start;
}

@media (max-width: 1300px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 959px) {
}

@media (max-width: 768px) {
  /* header */
  .pcnav {
    display: none;
  }

  /* mv */

  .mv {
    width: 100%;
  }

  .mv_cont {
    grid-template-columns: 100%;
    gap: 30px 70px;
    max-width: unset;
    width: 90%;
    align-items: center;
  }

  .main_eng {
    text-align: center;
  }

  .mv_img {
    width: 50%;
    margin: 0 auto;
  }

  /* contents */

  .-addcont {
    margin-top: 80px;
  }

  .engtit {
    font-size: 3.4rem;
  }
  .cont_tit {
    font-size: 2rem;
  }

  .grid_cont {
    grid-template-columns: repeat(1, 100%);
    gap: 40px 0%;
  }

  .-center_btn {
    margin-top: 60px;
  }

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

  .tp_about_img {
    width: 40%;
    margin-bottom: 20px;
  }

  .tp_about_box__name {
    margin-bottom: 15px;
  }

  .tp_about_box__txst {
    font-size: 1.4rem;
  }

  /* footer */

  footer {
    margin-top: 60px;
  }

  .-footer_cont {
    padding: 60px 0 0;
  }

  .footer_menu {
    flex-wrap: wrap;
    padding-top: 40px;
  }

  .footer_menu__box {
    flex-wrap: wrap;
  }

  .footer_menu__logo {
    margin-bottom: 30px;
    width: 100%;
  }

  .footer_menu__box li {
    padding: 0;
    width: 100%;
  }

  .footer_menu__box li:not(:last-child) {
    border-right: none;
  }

  .footer_menu__box li:not(:last-child) {
    margin-bottom: 20px;
  }

  .footer_menu_wrap {
    padding: 40px 5%;
  }
  .copyright {
    padding-left: 5%;
    text-align: left;
  }

  .spnav {
    display: block;
  }

  html.no-scroll,
  html.no-scroll {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  body {
    overflow-y: scroll;
  }

  header {
    box-shadow: none;
  }

  .nav {
    background-color: rgba(67, 68, 89, 0.95);
    padding-top: 100px;
    display: block;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    right: -100%;
    transition: right 0.5s;
    z-index: 99;
  }
  .nav li {
    list-style: none;
    text-align: center;
    font-size: 24px;
    margin-bottom: 50px;
  }
  .nav li a {
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
  }
  .spnav p {
    padding-top: 2000px;
  }
  .nav {
    display: block;
  }
  .button {
    position: fixed;
    display: inline-block;
    width: 40px;
    height: 40px;
    top: 1px;
    right: 5%;
    z-index: 999;
  }
  .button span {
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    width: 30px;
    margin: auto;
    transition: all 0.4s;
    background: #666;
  }
  .active span {
    background: #fff;
  }
  .button span:first-of-type {
    top: 20px;
  }

  .button span:nth-of-type(2) {
    top: 30px;
  }

  .button span:last-of-type {
    top: 40px;
  }
  .active span:first-of-type {
    transform: translateY(10px) rotate(-45deg);
  }

  .active span:nth-of-type(2) {
    opacity: 0;
  }

  .active span:last-of-type {
    transform: translateY(-10px) rotate(45deg);
  }
  .view_menu {
    right: 0;
  }

  /* about */
  .un_about {
    grid-template-columns: 100%;
    gap: 20px 5%;
  }

  .un_about_img {
    width: 70%;
    margin: 0 auto;
  }

  .skill_cont__list_box {
    grid-template-columns: 100%;
    gap: 20px 30px;
  }

  .strength_box {
    grid-template-columns: 100%;
    gap: 20px 5%;
  }
  .skill_cont__list_img {
    margin: 0 auto;
    width: 50%;
  }

  .aboutlogo_box {
    grid-template-columns: 100%;
    gap: 20px 5%;
  }

  .aboutlogo_img {
    margin: 0 auto;
    width: 50%;
  }

  .works_mainimg {
    width: 100%;
  }

  .works_imgcont {
    grid-template-columns: repeat(1, 100%);
    gap: 10px 0;
  }
}

@media (max-width: 414px) {
}

@media (max-width: 375px) {
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}
