@charset "UTF-8";


html{
  font-size: 100%;
}

body{
  font-family:  "Yu Gothic Medium","遊ゴシック Medium",YuGothic,"遊ゴシック体","ヒラギノ角ゴ Pro w3",sans-serif;
  line-height: 1.7;
  color:#432;
}

a{
  text-decoration: none;
}

img{
  max-width: 100%;
}

.pc-logo{
  width: 100px;
  margin-top: 30px;
  display: block;
}

.sm-logo {
  display: none;
}

#drawer_input {
  display: none;
}

.drawer_open {
  display: none;
}

nav{
  display: flex;
  width: 100%
}

.main-nav{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 30px;
  list-style: none;
}

.main-nav li{
  margin-left: 36px;
}

.main-nav a{
  color:#432;
}

.main-nav a:hover{
  color:#0bd;
}

.page-header{
  display: flex;
  justify-content: space-between;
}

.wrapper{
  width: auto;
  margin: 0 auto;
  padding: 0 4%;
}

.home-content{
  text-align: center;
  margin-top: 10%;
}

.home-content p{
  font-size: 1.125rem;
  margin: 10px 0 42px;
}

.page-title{
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
}

.big-bg{
  background-size: cover;
  background-position: center;
}

.about-title{
  width: auto;
  margin-top: 256px;
  font-size: 32px;
  text-align: center;
}

.about-sub-title{
  margin-top: 0.5rem;
  font-size: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-sub-title:before,
.about-sub-title:after{
  border-top: 1px solid;
  content: "";
  width: 3em;
}

.about-sub-title:before{
  margin-right: 1em;
}

.about-sub-title:after{
  margin-left: 1em;
}

.profile{
  width: auto;
  display:flex;
  margin: 64px auto 256px auto;
  max-width: 850px;
}

.image{
  width: 500px;
  text-align: left;
}

.image > img{
  width: 250px;
  height: 250px;
  border-radius: 100%;
}

.text{
  width: 520px;
  text-align: left;
}

.myname{
  line-height: 30px;
}

.myname > h3{
  font-size: 1.5rem;
  font-family: "Noto Sans Japanese";
}

.myname p{
  margin-top: 24px;
  font-family: "Noto Sans Japanese";
}

.p-btn{
  text-align: right;
  text-decoration: none;
  margin-top: 16px;
}

.p-btn a{
  color: #432;
}

.p-btn a:hover{
  color: #0bd;
}

.works{
  margin-top: 4rem;
}

.works-title{
  font-size: 32px;
  text-align: center;
}

.works-sub-title{
  margin-top: 0.5rem;
  font-size: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.works-sub-title:before,
.works-sub-title:after{
  border-top: 1px solid;
  content: "";
  width: 3em;
}

.works-sub-title:before{
  margin-right: 1em;
}

.works-sub-title:after{
  margin-left: 1em;
}

.main-contents{
  width: 960px;
  margin: 64px auto 256px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 72px 72px;
}

.main-contents-box{
  width: 272px;
  height: 155px;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.mysite{
  background-image: url(images/mypotofolio.png);
}

.pc-blue{
  background-image: url(images/make-miniture.png);
}

.write-board{
  background-image: url(images/arukana.png);
}

.pc-yellow{
  background-image: url(images/コーヒー販促.jpg);
}

.talk{
  background-image: url(images/旅行販促バナー.png);
}

.pc-pink{
  background-image: url(images/title_a.png); /* 背景画像をimgフォルダ内のwebcamp-mother.pngに設定 */
}

.w-btn{
  width: 960px;
  text-align: right;
  text-decoration: none;
}

.w-btn a{
  color: #432;
}

.w-btn a:hover{
  color: #0bd;
}

.skill-contents{
  width: 960px;
  margin: 64px auto 256px auto;
}

.skill-c{
  margin: 0 auto 56px auto;
  font-size: 16px;
}

.skill-c2{
  margin-bottom: 16px;
}

.design{
  font-size: 32px;
  border-bottom: 1px solid black;
  width: 200px;
  margin-bottom: 16px;
}

.development{
  font-size: 32px;
  border-bottom: 1px solid black;
  width: 300px;
  margin-bottom: 16px;
}

.c-text{
  margin: 48px auto 128px auto;
  text-align: center;
}

.btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 128px auto;
  width: 80px;
  aspect-ratio: 1;
  color: #222;
  background-color: #efefef;
  border-radius: 50%;
  box-shadow: -4px -4px 8px #fff, 4px 4px 8px rgb(0 0 0 / 24%);
}

@media (any-hover: hover) {
  .btn{
    transition: box-shadow 0.2s;
  }

  .btn:hover{
    box-shadow: -2px -2px 4px #fff, 2px 2px 4px rgb(0 0 0 / 24%);
  }

  .btn:active{
    background-color: #ebebeb;
    box-shadow: inset 4px 4px 8px rgb(0 0 0 / 16%);
  }
}

.btn a{
  width: 40px;
  height: 40px;
}

.btn img{
  width: 40px;
  height: 40px;
}

#home{
  background-image: url(./images/main.jpg),linear-gradient(#c9ffdf,#ffafbd);
  min-height: 96vh;
}

#home .page-title{
  text-transform: none;
}

article{
  width: 74%;
}

aside{
  width: 22%;
}

.news-contents{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.post-info{
  position: relative;
  padding-top: 4px;
  margin-bottom: 40px;
}

.post-date{
  background: #0bd;
  border-radius: 50%;
  color: #fff;
  width: 100px;
  height: 100px;
  font-size: 1.625rem;
  text-align: center;
  position: absolute;
  top: 0;
  padding-top: 10px;
}

.post-date span{
  font-size: 1rem;
  border-top: 1px rgba(255,255,255,.5) solid;
  padding-top: 6px;
  display: block;
  width: 60%;
  margin: 0 auto;
}

.post-title{
  font-family: "Yu Mincho","YuMincho",serif;
  font-size: 2rem;
  font-weight: normal;
}

.post-title,
.post-cat{
  margin-left: 120px;
}

article img{
  margin-bottom: 20px;
}

article p{
  margin-bottom: 20px;
}

footer{
  background: #432;
  text-align: center;
  padding: 26px 0;
}

footer p{
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background-color: #432;
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  transition: opacity 0.3s;
  opacity: 0;
}

#page_top.is_active {
  opacity: 1;
}

#a-home{
  height: 150px;
}

.intro_h2{
  width: 600px;
  margin: 64px auto 128px auto;
  text-align: center;
  transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}

.intro_h2 h2{
  font-size: 32px;
  width: 600px;
  text-align: left;
}

.intro_h2 img{
  margin-top: 16px;
  width: 600px;
  height: 450px;
}

.intro_me{
  margin: 64px auto 256px auto;
  text-align: center;
  font-size: 24px;
}

.intro_me p{
  margin: 24px auto 128px auto;
  text-align: left;
  font-size: 16px;
  width: 800px;
}

.str_h2{
  margin: 64px auto 24px auto;
  text-align: center;
}

.str_h2 h2{
  font-size: 32px;
}

.double{
  text-align: center;
  margin: 0 auto 64px auto;
  width: 650px;
  position: relative;
}

.circle {
  position: relative;
  border-radius: 50%;
  border: 1px solid #432;
}
.c120 {
  height: 120px;
  width: 350px;
  margin: 24px 0 24px 0;
  position: relative;
  top: 45px;
}

.c130{
  height: 120px;
  width: 350px;
  margin: 0 0 24px 0;
  position: relative;
  left: 300px;
  bottom: 100px;
}
.circle span {
  position: absolute;
}
.ctop {
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.cleft {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.ccenter {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #432;
  font-size: 24px;
  font-weight: bold;
}
.cright {
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
.cbottom {
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}

.d-text{
  width: 800px;
  margin: 24px auto 64px auto;
}

.d-text h3{
  font-size: 24px;
  margin-bottom: 16px;
}

.d-text_2{
  width: 800px;
  margin: 24px auto 256px auto;
}

.d-text_2 h3{
  font-size: 24px;
  margin-bottom: 16px;
}

.main-contents_2{
  width: 960px;
  margin: 128px auto 256px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 72px 72px;
}

.works-sentence{
  margin: 40px auto;
  text-align: center;
}

.works_t2{
  width: 618px;
  margin: 64px auto 128px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 72px;
}

.skill_cts{
  width: 800px;
  margin: 96px auto 64px auto;
}

.skill_cts h3{
  font-size: 24px;
  border-bottom: #432 1px solid;
  width: 160px;
  margin-bottom: 24px;
}

.skill_cts_2{
  width: 800px;
  margin: 128px auto 256px auto;
}

.skill_cts_2 h3{
  font-size: 24px;
  border-bottom: #432 1px solid;
  width: 240px;
  margin-bottom: 24px;
}

.sp{
  margin-top: 16px;
}

.sp_2{
  margin-top: 32px;
}

.Form {
  margin: 80px auto 126px auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {

  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: red;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

.Form-Item-Label-Required_2 {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: gray;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required_2 {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Btn {
  border-radius: 20px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}


/* =========================
 スマホ用（width 480px）細かい部分等
=========================== */
@media screen and (max-width: 480px) {
  html, body, header, main, .about, .works, .main-contents, .skill, .skill-contents, .contact, footer {
    width: 100%;
  }

  .none{
    display: none;
  }

  .pc-logo {
    display: none;
  }

  .sm-logo {
    display: block;
    margin: 0;
    height: 70px;
  }

  .sm-logo a{
    width: 75px;
    margin-top: 15px;
    display: block;
  }

  .page-title{
   font-size: 40px;
  }

  .about-title,
  .works-title{
    font-size: 28px;
  }

  .heading a {
    display: block;
    padding-top: 7px;
  }

  .main-nav {
    padding: 0;
    display: block;
    margin: 64px auto 0 auto;
    z-index: 10;
  }

  .main-nav li{
    margin: 16px auto 0 auto;
    width: 100px;
  }

  .main-nav li:first-child{
    margin-top: 32px;
  }

.drawer_hidden {
    display: none;
}

.drawer_open {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    top: 18px;
    right: 35px;
    width: 40px;
    height: 40px;
}

.drawer_open span, .drawer_open span:before, .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 35px;
    border-radius: 3px;
    background: #432;
    transition: 0.5s;
    position: absolute;
}

.drawer_open span:before {
    bottom: 10px;
}

.drawer_open span:after {
    top: 10px;
}

#drawer_input:checked~.drawer_open span {
    background: rgba(255, 255, 255, 0);
}

#drawer_input:checked~.drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#drawer_input:checked~.drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
}

nav {
  height: 100%;
  position: fixed;
  left: -100%;
  background: rgba(255,255,255,0.9);
  transition: .5s;
  text-align: center;
  z-index: 10;
}

.nav-list-item {
  height: 80px;
  width: 79px;
  margin: 0 auto;
}

.nav-list-item:first-child {
  margin-top: 16px;
}

#drawer_input:checked~nav {
  left: 0;
}

.about-title{
  margin-top: 56px;
}

.profile{
  flex-direction: column;
}

.image{
  width: auto;
  text-align: center;
}

.text{
  width: auto;
  text-align: center;
}

.myname>h3{
  margin-top: 40px;
}

.myname p{
  margin-top: 0;
  text-align: left;
  width: auto;
  padding: 20px 20px;
  font-size: 16px;
}

.profile{
  margin-bottom: 126px;
}

.p-btn{
  width: auto;
  padding-right: 20px;
}

.works{
  margin-top: 0;
}


.main-contents{
  margin-bottom: 126px;
  align-items: center;
  justify-content: center;
}

.w-btn{
  width: 300px;
  padding-right: 15px;
}

.skill-contents{
  margin-bottom: 126px;
}

.design{
  margin: 16px;
}

.skill-c2{
  margin: 16px auto;
  width: 300px;
}

.skill-c{
  width: 300px;
}

.development{
  margin-left: 16px;
  width: 275px;
}

.c-text{
  padding: 20px;
}

.intro_h2{
  width: 250px;
  margin-top: 0;
  margin-bottom: 0;
}

.intro_h2 h2{
  width: 250px;
  text-align: left;
}

.intro_h2 img{
  width: 250px;
  height: 200px;
  margin-top: 0;
}

.intro_me{
  margin-top: 128px;
}

.intro_me p{
  width: auto;
  padding: 0 20px;
}

.double{
  text-align: center;
  margin: 0 auto 64px auto;
  width: auto;
  position: relative;
}

.c120{
  height: 60px;
  width: 150px;
  margin: 24px 0 24px 0;
  position: relative;
  left: 20px;
  top: 45px;
}

.ccenter{
  font-size: 10px;
}

.c130{
  height: 60px;
  width: 150px;
  margin: 0 0 24px 0;
  position: relative;
  left: 140px;
  bottom: 40px;
}

.d-text{
  width: auto;
}

.d-text h3,
.d-text p{
  padding: 0 20px;
}

.d-text_2{
  width: auto;
}

.d-text_2 h3,
.d-text_2 p{
  padding: 0 20px;
}

.main-contents_2{
  width: auto;
  margin-top: 64px;
  margin-bottom: 126px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.works-sentence{
  width: auto;
  padding: 0 20px;
  text-align: left;
}

.works_t2{
  width: auto;
  margin-top: 64px;
  margin-bottom: 126px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.works_t2 a:first-child{
  margin-bottom: 24px;
}

.skill_cts{
  width: auto;
  padding: 0 20px;
}

.skill_cts_2{
  width: auto;
  padding: 0 20px;
}

.skill-c2 p{
  width: 250px;
}

.sp_2{
  margin-top: 32px;
}

}

