@charset "UTF-8";

/* 基本 */
body {
  margin: 0;
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: lighter;
}

p, ul{
  line-height: 1.8;
  padding: 0;
  list-style: none;
}



/* 横幅と左右の余白 */
.w-container {
  width: min(85%, 1116px);
  margin: auto;
  position: relative;
  flex-wrap: wrap;
}

/* ヘッダー */
.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  opacity: 1;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

/* ヒーロータイトル */
.main-title2 {
  margin-bottom: 350px;
}

.title img {
  width: 70%;
  height: auto;

}

.title1 img {
  width: 70%;
  height: auto;
}

.title2 img {
  width: 80%;
  height: auto;
}

.title {
  position: absolute;
  top: -48px;
  left: 8px;
}

.title1 {
  position: absolute;
  top: -8px;
  left: 38px;
}

.title2 {
  position: absolute;
  top: 30px;
  left: 58px;
}

/* メインエリア画像 */
.fixed-area img {
  width: 80%;
  height: auto;
}

/* 中段画像エリア */
.image img {
  width: 80%;
  height: auto;
  border-radius: 10px;
}

.image {
  text-align: center;
  margin: 50px 0 50px 0;
}

/* Profileエリア */
.about-title {
    text-align: center;
    margin-bottom: 50px;
}

.blog {
  display: flex;
  justify-content: space-around;
}

.media {
  margin-bottom: 50px;
}

/* お仕事エリア */
.works-title {
    text-align: center;
    margin-bottom: 50px;
}

.works img{
  text-align: center;
}

.work-text-area {
  margin-bottom: 50px;
}

.skills {
  margin-bottom: 50px;
}

.skills-container {
  display: grid;
  gap: 27px;
}

.skill {
  padding: 10px 10px;
  border-radius: 10px;
  border-style: solid;
  border-width: thin;
  box-shadow: 2px 2px 2px gray;
}
.skill-image {
  text-align: center;
}

/* Contactエリア */

.contact {
  margin-bottom: 50px
}

.contact-title {
  text-align: center;
  margin-bottom: 50px;
}

.form-title {
  text-align: center;
}

.form-title img {
  width: 40%;
  height: auto;
}

.form-area {
  padding: 20px 40px 20px 20px ;
  border-radius: 10px;
  border-style: solid;
  border-width: thin;
  box-shadow: 2px 2px 2px gray;
  font-size: 15px;
  font-weight: lighter;
}

.form-group {
  padding: 15px;
  z-index: 10;
}

form div {
  margin-bottom: 14px;
}

label {
  margin-bottom: 12px;
  display: block;
}

input[type="text"],
input[type="email"],
textarea {
  background: rgba(0,165,235,.2);
  border : 1px gray solid;
  border-radius: 5px;
  padding: 10px;
  font-size: 1rem;
  box-shadow: 2px 2px 2px gray;
}

input[type="text"],
input[type="email"] {
  width: 100%;
  max-width: 320px;
}

textarea {
  width: 100%;
  max-width: 480px;
  height: 8rem;
}

input[type="submit"] {
  border: none;
  cursor: pointer;
  line-height: 1;
}

.button {
  font-size: 1.2rem;
  background: #bed200;
  color: #fff;
  border-radius: 5px;
  padding: 18px 96px;
  box-shadow: 2px 2px 2px gray;
}

.button:hover {
  background: #8cc8f0;
}

.send {
  text-align: center;
}

.send-php {
  text-align: center;
}
