@charset "UTF-8";
/**
 * ################################################
 *
 * #######  SETTING  #########
 *
 * ################################################
 */
/*
@media all and (max-width:$sp_width) { // sp
}
@media all and (min-width:$pc_width) { // pc
}
*/
/* PC,SP width setting */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

/* select color */
::-moz-selection {
  background: #b7e997; /* Safari */
}
::selection {
  background: #b7e997; /* Safari */
}

::-moz-selection {
  background: #b7e997; /* Firefox */
}

area {
  border: none;
  outline: none;
}

/* FORM ======================= */
input[type=text], input[type=tel], input[type=email], input[type=password] {
  padding: 0 4px;
  margin-top: -2px;
}

textarea {
  padding: 4px;
}

::-webkit-input-placeholder {
  color: #AAA;
  font-weight: normal !important;
}

:-ms-input-placeholder {
  color: #AAA;
  font-weight: normal !important;
}

::-moz-placeholder {
  color: #AAA;
  font-weight: normal !important;
}

button {
  outline: none;
}

label {
  display: inline-block;
  cursor: pointer;
}

/*clearfix*/
.cf {
  *zoom: 1;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.clear, hr {
  clear: both;
}

/* #####################
#
#      Font setting
#
##################### */
html {
  font-size: 62.5%;
}

* {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #0b1116;
}

a {
  color: #0073d1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.f-mono {
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
}

/* #####################
#
#      Color setting
#
##################### */
/* #####################
#
#      Class setting
#
##################### */
@media all and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .sp {
    display: none;
  }
}
/* float */
.fll {
  float: left;
}

.flr {
  float: right;
}

/* text-align */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

/**
 ****************
 *      STYLE
 * ****************
 */
body {
  overflow-x: hidden;
}

main {
  background-color: #fff;
}

#front_page .front__title {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
  line-height: 0.7;
  z-index: 1;
}
#front_page .front__title span {
  font-weight: 700;
  font-size: 1.6rem;
}
#front_page .mv {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  text-align: center;
}
#front_page .mv > div {
  width: 50%;
}
#front_page .mv > div:last-child img {
  width: 70%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
#front_page .mv .txt-intro {
  margin-bottom: 40px;
  line-height: 2;
  font-size: 2.2rem;
}
#front_page .front__profile {
  padding: 140px 20px 200px;
  background-color: #f7f7f7;
  text-align: center;
}
#front_page .front__profile .front__profile-content {
  position: relative;
}
#front_page .front__profile .front__profile-content .display {
  margin: 50px auto 0;
  padding-top: 30px;
  position: relative;
  width: 100%;
  max-width: 700px;
  border-radius: 5px;
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.3));
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
}
#front_page .front__profile .front__profile-content .display--header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  display: block;
  background-color: #1a2930;
}
#front_page .front__profile .front__profile-content .display--header .btn-red {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background-color: #f46161;
}
#front_page .front__profile .front__profile-content .display--header .btn-yellow {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background-color: #FFD752;
}
#front_page .front__profile .front__profile-content .display .display--contents {
  padding: 20px;
}
#front_page .front__profile .front__profile-content .display .display--contents p {
  text-align: center;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.3px;
}
#front_page .front__profile .front__profile-content .img {
  position: absolute;
  right: -120px;
  width: 100%;
  max-width: 700px;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media all and (min-width: 769px) {
  #front_page .front__profile .front__profile-content .img {
    bottom: -240px;
  }
}
#front_page .front__skill {
  padding: 80px 20px 80px;
  position: relative;
}
#front_page .front__skill .front__skill-content {
  margin: 0 auto;
  max-width: 1000px;
  background-color: #fff;
  text-align: center;
}
#front_page .front__skill .front__skill-content .skill-slider {
  margin: 2rem auto 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#front_page .front__skill .front__skill-content .skill-slider > .skill-item {
  margin: 2rem 1rem;
  width: calc(33.3333333333% - 2rem);
}
#front_page .front__skill .front__skill-content .skill-slider .slick-list {
  padding: 60px 100px 10px !important;
}
#front_page .front__skill .front__skill-content .skill-item {
  padding: 2rem 3rem 3rem;
  border-radius: 0.5rem;
  background: #ffffff;
  border: 1px solid rgba(192, 186, 243, 0.2);
  transition: 0.5s;
  outline: none;
}
#front_page .front__skill .front__skill-content .skill-item:hover {
  box-shadow: 0 0 1.5rem hsla(246deg, 70%, 84%, 0.6);
  border: 1px solid #c0baf3;
  transition: 0.5s;
}
#front_page .front__skill .front__skill-content .skill-item > div:first-child {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(192, 186, 243, 0.5);
}
#front_page .front__skill .front__skill-content .skill-item > div:last-child {
  text-align: left;
}
#front_page .front__skill .front__skill-content .skill-item > div:last-child .ttl {
  font-weight: 600;
  font-size: 2rem;
}
#front_page .front__skill .front__skill-content .skill-item > div:last-child .progress:before {
  color: #292f42;
  font-size: 1.7rem;
}
#front_page .front__skill .front__skill-content .skill-item > div:last-child .progress.lv1:before {
  content: "★☆☆☆☆";
}
#front_page .front__skill .front__skill-content .skill-item > div:last-child .progress.lv2:before {
  content: "★★☆☆☆";
}
#front_page .front__skill .front__skill-content .skill-item > div:last-child .progress.lv3:before {
  content: "★★★☆☆";
}
#front_page .front__skill .front__skill-content .skill-item > div:last-child .progress.lv4:before {
  content: "★★★★☆";
}
#front_page .front__skill .front__skill-content .skill-item > div:last-child .progress.lv5:before {
  content: "★★★★★";
}
#front_page .front__skill .front__skill-content .skill-item > div:last-child .txt {
  margin-top: 1.2rem;
  font-size: 1.5rem;
}
#front_page .front__skill .front__skill-content .skill-item .icon {
  width: 70px;
  height: 70px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
#front_page .front__contact {
  padding: 30px 0;
  background-color: #f7f7f7;
}
#front_page .front__contact .front__contact-content {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background: #fff;
}
#front_page .front__contact .front__contact-content .front__title {
  margin-bottom: 30px;
}
#front_page .front__contact .front__contact-content form {
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  width: 100%;
  max-width: 800px;
}
#front_page .front__contact .front__contact-content form ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#front_page .front__contact .front__contact-content form ul li {
  margin-bottom: 35px;
  list-style-type: none;
}
#front_page .front__contact .front__contact-content form ul li.col-6 {
  width: 46%;
}
#front_page .front__contact .front__contact-content form ul li.col-12 {
  width: 100%;
}
#front_page .front__contact .front__contact-content form ul li label {
  padding-bottom: 8px;
  width: 100%;
  font-weight: 600;
  color: #1a2930;
}
#front_page .front__contact .front__contact-content form ul li input, #front_page .front__contact .front__contact-content form ul li textarea {
  padding: 8px;
  width: 100%;
  background-color: #f7f7f7;
  font-size: 1.6rem;
}
#front_page .front__contact .front__contact-content form ul li input:focus, #front_page .front__contact .front__contact-content form ul li textarea:focus {
  outline: none;
}
#front_page .front__contact .front__contact-content form .btn_wrapper {
  text-align: center;
}
#front_page .front__contact .front__contact-content form .btn_wrapper input {
  width: 240px;
  height: 60px;
  line-height: 60px;
  background-color: #1a2930;
  border-radius: 60px;
  color: #fff;
  transition: 0.3s;
}
#front_page .front__contact .front__contact-content form .btn_wrapper input:focus {
  outline: none;
}
#front_page .front__contact .front__contact-content form .btn_wrapper input:hover {
  transform: translateY(5px);
  transition: 0.3s;
}

@media all and (max-width: 768px) {
  header.header .header__navi {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg) translate(160px, -147px);
  }
  header.header .header__navi .header__menu li a {
    font-size: 1.6rem;
  }
  #front_page .mv {
    flex-wrap: wrap;
    min-height: calc(100vh - 30px);
  }
  #front_page .mv > div {
    width: 100%;
  }
  #front_page .mv > div:last-child img {
    max-width: 300px;
  }
  #front_page .mv .txt-intro {
    margin-top: 40px;
    margin-bottom: 0;
  }
  #front_page .front__profile {
    padding: 80px 0;
  }
  #front_page .front__profile .front__profile-content .display .display--contents p {
    line-height: 2;
    font-weight: 400;
    font-size: 1.4rem;
  }
  #front_page .front__profile .front__profile-content .img {
    top: -100px;
  }
  #front_page .front__skill {
    padding: 60px 0;
  }
  #front_page .front__skill .front__skill-content {
    max-width: 35rem;
  }
  #front_page .front__skill .front__skill-content .skill-slider > .skill-item {
    margin: 1rem 0;
    width: 100%;
  }
  #front_page .front__skill .front__skill-content .skill-slider .slick-list {
    padding: 40px 20px 10px !important;
  }
  #front_page .front__skill .front__skill-content .skill-item {
    padding: 20px;
    border: 1px solid rgba(192, 186, 243, 0.8);
  }
  #front_page .front__skill .front__skill-content .skill-item > div:first-child {
    width: 100%;
  }
  #front_page .front__skill .front__skill-content .skill-item > div:last-child {
    width: 100%;
  }
  #front_page .front__skill .front__skill-content .skill-item > div:last-child .ttl {
    text-align: center;
  }
  #front_page .front__skill .front__skill-content .skill-item > div:last-child .progress {
    text-align: center;
  }
  #front_page .front__skill .front__skill-content .skill-item > div:last-child .txt {
    margin-top: 10px;
    text-align: left;
    font-size: 1.4rem;
  }
  #front_page .front__skill .front__skill-content .skill-item .icon {
    margin: 0 auto 15px;
    width: 5rem;
    height: 5rem;
  }
  #front_page .front__skill .front__skill-content .skill_thumb-item {
    height: 100px;
  }
  #front_page .front__skill .front__skill-content .skill_thumb-item .icon {
    width: auto;
    max-width: 50px;
    height: auto;
    max-height: 50px;
  }
  #front_page .front__contact .front__contact-content form ul li {
    width: 100% !important;
  }
}