/* 設定処理ここから */
body {
  font-size: 16px;
  color: #000;
  font-family: "MS Pゴシック", sans-serif;
  background-color: #fffbf0;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
}
/* 設定処理ここまで */
/* ヘッダーここから */
.header {
  margin-bottom: 86px;
}
.header-nav {
  padding: 47px 77px;
}
.header-list {
  text-align: right;
}
.header-item {
  display: inline-block;
  margin-right: 115px;
  border-bottom: 2px solid #33a3da;
}
.header-item:hover {
  opacity: 0.7;
}
.header-item:last-child {
  margin-right: 0;
}
.header-item a {
  color: #000;
}
/* ヘッダーここまで */

/* キービジュアルここから */
.keyVisual {
  margin-bottom: 188px;
}

.keyVisual-icon {
  width: 62px;
  margin: 0 auto 40px;
}
.keyVisual-heading {
  text-align: center;
  font-weight: 700;
}
.keyVisual-heading p {
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.1em;
  margin-bottom: 11px;
}
.keyVisual-heading h1 {
  font-size: 92px;
  line-height: 138px;
}
.keyVisual-heading h1 span:nth-child(1),
span:nth-child(5) {
  color: #54bf9d;
}
.keyVisual-heading h1 span:nth-child(2),
span:nth-child(6) {
  color: #66b9df;
}
.keyVisual-heading h1 span:nth-child(3) {
  color: #fcd370;
}
.keyVisual-heading h1 span:nth-child(4) {
  color: #e66557;
}
/* キービジュアルここまで */

/* 共通処理ここから */
.section-inner {
  max-width: 960px;
  margin: 0 auto;
}
.section-heading {
  text-align: center;
  font-weight: 700;
}
.section-heading h2 {
  font-size: 50px;
  line-height: 75px;
  margin-bottom: 11px;
}
.section-heading h3 {
  font-size: 19px;
  line-height: 28px;
}
/* 共通処理ここまで */
/* ABOUT MEここから */
.aboutMe {
  padding-bottom: 300px;
}
.aboutMe .section-heading {
  margin-bottom: 57px;
}
.aboutMe-text {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.aboutMe-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutMe-item {
  width: calc(50% - 23px);
  border-radius: 70px;
  color: #fff;
  text-align: center;
  font-size: 19px;
  line-height: 28px;
  padding: 25px 0;
  margin-bottom: 40px;
}
.aboutMe-item:nth-child(1) {
  background-color: #54bf9d;
}
.aboutMe-item:nth-child(2) {
  background-color: #66b9df;
}
.aboutMe-item:nth-child(3) {
  background-color: #fcd370;
  margin-bottom: 0;
}
.aboutMe-item:nth-child(4) {
  background-color: #e66557;
  margin-bottom: 0;
}
.aboutMe-item::before {
  font-weight: 700;
  margin-right: 21px;
}
.aboutMe-item:nth-child(1)::before {
  content: "Pharmacist";
}
.aboutMe-item:nth-child(2)::before {
  content: "Engineer";
}
.aboutMe-item:nth-child(3)::before {
  content: "Music";
}
.aboutMe-item:nth-child(4)::before {
  content: "Dog lover";
}
/* ABOUT MEここまで */
/* FUTUREここから */
.future {
  background: linear-gradient(127.73deg, #66b9df 9.44%, #31a9df 90.99%);
  color: #fff;
  padding: 300px 0 260px;
  position: relative;
}
.future .section-heading {
  margin-bottom: 75px;
}
.future-img {
  width: 406px;
  margin: 0 auto 67px;
}
.future-text {
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
}
.future-item {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  max-width: 700px;
  max-height: 500px;
}
/* FUTUREここまで */
/* pfここから */
.pf {
  padding: 97px 0 202px;
}
.pf .section-heading {
  margin-bottom: 121px;
}
.pf-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pf-img {
  width: 360px;
}
.pf-list {
  width: calc(100% - (369px + 44px));
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
}
.pf-list p {
  margin-bottom: 36px;
}
.pf-list a:hover{
  color: red;
}
.pf-list p:last-child {
  margin-bottom: 0;
}
.pf-list p span {
  font-size: 20px;
}
/* pfここまで */
/* profileここから */
.profile {
  background-color: #e1647d33;
  padding: 120px 50px;
}
.profile-contents {
  padding: 50px 150px;
}
.profile-contents h2 {
  font-size: 16px;
  font-weight: 700;
  width: 140px;
  padding: 10px;
}
.profile-contents p {
  font-size: 14px;
  padding: 10px;
}
.name, .way, .address, .sns {
  display: flex;
}
/* profileここまで */
/* contactここから */
.contact {
  padding: 120px 50px;
  background-color: rgba(200, 255, 200, 0.5);
}
.form {
  padding: 50px 0;
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}
.form-item {
  display: flex;
  justify-items: center;
  font-size: 28x;
  font-weight: 700;
  padding: 10px;
}
label {
  width: 50%;
  height: 30px;
  text-align: right;
}
.form-item-input {
  width: 250px;
  margin-left: 10px;
  border-color: #fffbf0;
  outline: none;
}
.text-area {
  width: 250px;
  margin-left: 10px;
  border-color: #fffbf0;
  outline: none;
}

/* contactここまで */
/* フッターここから */
.footer {
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  padding: 20px;
}
/* フッターここまで */
/* レスポンシブここから */
@media (max-width: 768px) {
  /* はみ出し部分とdisplayをまず調整/ */
  .future-img {
    width: auto;
  }
  .pf-contents {
    display: block;
  }
  /* ヘッダーここから */
  .header {
    position: fixed;
    top: 0;
    margin-bottom: 0;
    width: 100%;
    z-index: 1;
  }
  .header-nav {
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .header-item {
    margin-right: 8px;
  }
  .header-item:nth-last-child() {
    margin-right: 0;
  }
  .header-list {
    text-align: center;
  }
  /* キービジュアルここから */
  .keyVisual {
    margin-top: 120px;
    margin-bottom: 0;
  }
  .keyVisual-icon {
    width: 44px;
    margin: 0 auto 18px;
  }
  .keyVisual-heading {
    margin-bottom: 120px;
  }
  .keyVisual-heading p {
    font-size: 18px;
  }
  .keyVisual-heading h1 {
    font-size: 40px;
    line-height: 1em;
  }
  /* 共通設定ここから */
  .section-heading {
    font-size: 32px;
    line-height: 1em;
  }
  .section-heading h3 {
    font-size: 14px;
  }
  .section-heading h4 {
    font-size: 12px;
  }
  .section-inner {
    width: auto;
    padding: 0 16px 12px;
  }

  /* aboutMeここから */
  .aboutMe {
    padding-bottom: 100px;
  }
  .aboutMe-list {
    display: block;
  }
  .aboutMe-item {
    width: auto;
    margin-bottom: 16px;
  }
  .aboutMe-item:nth-child(3) {
    margin-bottom: 16px;
  }
  .aboutMe-item:nth-child(4) {
    margin-bottom: 0;
  }
  .aboutMe-text {
    font-size: 10px;
    line-height: 18px;
  }
  /* futureここから */
  .future {
    padding: 120px 0;
  }
  .future-item {
    width: calc(100% = 80px);
  }
  .future-img {
    width: auto;
  }
  .future-text {
    font-size: 12px;
    line-height: 24px;
  }
  /* pfここから */
  .pf {
    padding: 120px 0;
  }
  .pf .section-heading {
    margin-bottom: 10px;
  }
  .pf-img {
    width: auto;
    margin: 0 15px 32px;
  }
  .pf-list{
    width: auto;
    margin: 0 15px;
  }
  .pf-list p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .pf-list p span {
    font-size: 12px;
    font-weight: normal;
  }
  .pf-contents {
    display: block;
    margin-top: 50px;
  }
  /* profileここから */
  .profile-contents {
    padding: 0;
  }
  .profile-contents p {
    font-size: 12px;
  }
  .name, .way, .address, .sns {
    display: block;
  }
  /* contactここから */
  .form {
    width: auto;
    display: block;
  }
  .form-item {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: block;
    align-items: center;
  }
  .form-item-input {
    margin-top: 18px;
    margin-left: 0;
    height: 30px;
    font-size: 15px;
    border-radius: 8px;
  }
  .text-area {
    margin-top: 18px;
    margin-left: 0;
    height: 100px;
    width: 100%;
    border-radius: 8px;
  }
  /* footerここから */
  footer {
    font-size: 10px;
    line-height: 18px;
  }
}
/* レスポンシブここまで */
