@charset "UTF-8";
.m70-50 {
  margin-top: 7rem;
}
@media (max-width: 900px) {
  .m70-50 {
    margin-top: 5rem;
  }
}

.m60-40 {
  margin-top: 6rem;
}
@media (max-width: 900px) {
  .m60-40 {
    margin-top: 4rem;
  }
}

.m60 {
  margin-top: 6rem;
}

.m50-30 {
  margin-top: 5rem;
}
@media (max-width: 900px) {
  .m50-30 {
    margin-top: 3rem;
  }
}

.m30-20 {
  margin-top: 3rem;
}
@media (max-width: 900px) {
  .m30-20 {
    margin-top: 2rem;
  }
}

.m20-10 {
  margin-top: 2rem;
}
@media (max-width: 900px) {
  .m20-10 {
    margin-top: 1rem;
  }
}

.m10-5 {
  margin-top: 1rem;
}
@media (max-width: 900px) {
  .m10-5 {
    margin-top: 0.5rem;
  }
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wfit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w50 {
  width: 50%;
}

.w30 {
  width: 30%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.maxw100 {
  max-width: 100%;
}

.w33 {
  width: 33.33%;
}

.f80 {
  font-size: 80%;
}

.f90 {
  font-size: 90%;
}

.f100 {
  font-size: 100%;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.m0auto {
  margin: 0 auto;
}

.flexcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fcolorsub1 {
  color: #006400;
}

.fcolorsub2 {
  color: #008080;
}

.fcolorblack {
  color: #000;
}

.fweightbold {
  font-weight: bold;
}

.show {
  display: none;
}

.fadein {
  display: none;
}

.border-dotted {
  border-top: 1px dotted #696969;
}

.scrollanime {
  opacity: 0;
} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(100px);
}

/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
} /*横スクロールバーを隠す*/
.slide-right {
  transform: translateX(200px);
}

.slide-left {
  transform: translateX(-200px);
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  min-height: 100%;
  color: #696969;
  background-color: #f0fff0;
}
@media (man-width: 900px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

a {
  text-decoration: none;
  word-wrap: break-word;
  color: #4169e1;
}

a:hover {
  text-decoration: underline;
  color: #0c909c;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

h1 {
  padding: 0;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

h2 {
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #696969;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

h3 {
  padding: 0;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

h4 {
  padding: 0;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

h5 {
  padding: 0;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

main {
  padding: 6rem 0 6rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 900px) {
  main {
    padding-top: 4rem;
  }
}

#wrapper {
  background-color: rgba(255, 255, 255, 0.6);
  width: 90%;
  max-width: 120rem;
  border-radius: 20px;
  padding: 3rem;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  #wrapper {
    padding: 1rem;
  }
}

.welcome {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.welcome p {
  padding-right: 0.5rem;
}
.welcome p:nth-child(3) {
  padding-right: 0;
}
@media (max-width: 900px) {
  .welcome {
    display: block;
  }
  .welcome p {
    padding-right: 0;
  }
}

#profile,
#protwi {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 900px) {
  #profile,
#protwi {
    display: block;
  }
}

.profile,
.skill,
.protwi {
  max-width: 80rem;
}
@media (max-width: 900px) {
  .profile,
.skill,
.protwi {
    width: 100%;
  }
}

.skill {
  display: none;
}

@media (max-width: 900px) {
  .profile {
    margin-bottom: 5rem;
  }
}

.profile-icon {
  text-align: center;
}
.profile-icon img {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
}

.profile-wrapper,
.skill-wrapper {
  max-width: 80%;
  box-shadow: 0rem 0rem 1rem 0.5rem #696969;
  padding: 4rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  background: linear-gradient(#f0fff0, #ffffff);
  -webkit-animation-name: shadow1;
          animation-name: shadow1;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@-webkit-keyframes shadow1 {
  0% {
    box-shadow: 0rem 0rem 0rem 0rem #696969;
  }
  100% {
    box-shadow: 0rem 0rem 1rem 0.5rem #696969;
  }
}
@keyframes shadow1 {
  0% {
    box-shadow: 0rem 0rem 0rem 0rem #696969;
  }
  100% {
    box-shadow: 0rem 0rem 1rem 0.5rem #696969;
  }
}
@media (max-width: 900px) {
  .profile-wrapper,
.skill-wrapper {
    max-width: 95%;
    padding: 1rem;
  }
}

.skill-skill {
  list-style: url("../img/icon/list_check01.png");
}

.skill-tool {
  list-style: url("../img/icon/list_check02.png");
}

.skill-skill,
.skill-tool {
  padding-left: 2.5rem;
}
.skill-skill li,
.skill-tool li {
  padding: 0.2rem 0;
}

#portfolio {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.portfolio-wrapper {
  padding-top: 4rem;
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  .portfolio-wrapper {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .portfolio-wrapper {
    width: 100%;
  }
}

.portfolio-item {
  padding: 3rem;
  background: linear-gradient(#f0fff0, #ffffff);
  border-radius: 1rem;
  box-sizing: border-box;
  box-shadow: 0.5rem 0.5rem 0rem 0rem #696969;
  border: 0.5rem double #696969;
  -webkit-animation-name: shadow2;
          animation-name: shadow2;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@-webkit-keyframes shadow2 {
  0% {
    box-shadow: -0.5rem 0.5rem 0rem 0rem #696969;
  }
  100% {
    box-shadow: 0.5rem 0.5rem 0rem 0rem #696969;
  }
}
@keyframes shadow2 {
  0% {
    box-shadow: -0.5rem 0.5rem 0rem 0rem #696969;
  }
  100% {
    box-shadow: 0.5rem 0.5rem 0rem 0rem #696969;
  }
}
@media (max-width: 900px) {
  .portfolio-item {
    max-width: 100%;
    padding: 1rem;
  }
}

.e-book,
.other {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.e-book,
.other {
  display: none;
}

.e-book-wrapper,
.other-wrapper {
  padding-top: 4rem;
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .e-book-wrapper,
.other-wrapper {
    width: 100%;
  }
}

.e-book-item,
.other-item {
  background: linear-gradient(#f0fff0, #ffffff);
  padding: 3rem;
  border-radius: 1rem;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .e-book-item,
.other-item {
    padding: 1rem;
  }
}

.e-book-item {
  box-shadow: -0.5rem 0.5rem 0rem 0rem #696969;
  border: 0.5rem ridge #696969;
  -webkit-animation-name: shadow3;
          animation-name: shadow3;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@-webkit-keyframes shadow3 {
  0% {
    box-shadow: 0.5rem 0.5rem 0rem 0rem #696969;
  }
  100% {
    box-shadow: -0.5rem 0.5rem 0rem 0rem #696969;
  }
}
@keyframes shadow3 {
  0% {
    box-shadow: 0.5rem 0.5rem 0rem 0rem #696969;
  }
  100% {
    box-shadow: -0.5rem 0.5rem 0rem 0rem #696969;
  }
}

.other-item {
  border: 0.2rem dashed #696969;
}
.other-item ul {
  list-style: inside;
}

.sctl {
  padding: 3rem 2rem;
  border: 0.2rem solid #696969;
  border-radius: 1rem;
  max-width: 70rem;
}

.sctl {
  display: none;
}

.sctl-wrapper {
  display: flex;
}
@media (max-width: 769px) {
  .sctl-wrapper {
    display: block;
  }
}

.sctl-item {
  padding: 1rem;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .sctl-item {
    width: 100%;
    padding: 0;
  }
}

.contact-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  background-color: #006400;
  box-shadow: 0.3rem 0.3rem 0.3rem #696969;
}
.contact-button a {
  padding: 1rem 2rem;
  box-sizing: border-box;
  color: #fff;
}

.contact-button:hover {
  transform: translateY(1px);
}

.grecaptcha-badge {
  visibility: hidden;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  margin-top: 0;
  position: fixed;
  bottom: 0;
  font-size: 1.2rem;
  color: #f0fff0;
  background-color: #696969;
}

.slick01 {
  width: 80%;
}

.slick-slide {
  margin: 0 auto;
}
.slick-slide img {
  width: 100%;
}

#blog,
#post,
#search,
#notfound {
  display: flex;
}
@media (max-width: 900px) {
  #blog,
#post,
#search,
#notfound {
    display: block;
  }
}

.article {
  width: calc(100% - 25rem);
}
@media (max-width: 900px) {
  .article {
    width: 100%;
  }
}

.post-list-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.post-list-item-wrapper {
  width: 33.33%;
  padding-top: 2rem;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  .post-list-item-wrapper {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .post-list-item-wrapper {
    width: 100%;
  }
}

.post-list-item {
  border: 1px solid #696969;
  box-shadow: 0rem 0rem 0.2rem 0.2rem #696969;
  border-radius: 1rem;
  background: linear-gradient(#f0fff0, #ffffff);
  padding: 1rem;
  box-sizing: border-box;
}
.post-list-item a {
  color: #696969;
}

.post-item {
  padding: 2rem;
  box-sizing: border-box;
}

.eyecatch img {
  width: 100%;
  height: auto;
}

aside {
  width: 25rem;
  padding: 2rem;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  aside {
    width: 100%;
  }
}

.post-item H2 {
  margin: 1.5rem 0;
}
.post-item H3 {
  margin: 1rem 0;
}
.post-item H4 {
  margin: 0.8rem 0;
}

.eyecatch img {
  width: 100%;
  max-width: 80rem;
}

.postlink-wrapper {
  display: flex;
  justify-content: space-between;
}

.postlink {
  width: 48%;
}

#contact {
  display: flex;
  align-items: stretch;
}
@media (max-width: 900px) {
  #contact {
    display: block;
  }
}

.contact-wrapper {
  max-width: 80rem;
}
@media (max-width: 900px) {
  .contact-wrapper {
    width: 100%;
  }
}

.line-button {
  border-radius: 1rem;
  background-color: #00b900;
}
.line-button a {
  padding: 1rem 2rem;
  box-sizing: border-box;
  color: #fff;
}

.cs-button1,
.cs-button2,
.cs-button3 {
  border-radius: 1rem;
}
.cs-button1 a,
.cs-button2 a,
.cs-button3 a {
  padding: 1rem 2rem;
  box-sizing: border-box;
  color: #fff;
}

.cs-button1 {
  background-color: red;
}

.cs-button2 {
  background-color: blue;
}

.cs-button3 {
  background-color: orange;
}

.wpcf7 input {
  max-width: 90%;
}

.wpcf7 textarea {
  max-width: 90%;
}

#pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 100px;
}
#pagetop a {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #7db4e6;
  color: #fff;
  border-radius: 50%;
  line-height: 50px;
}
#pagetop a i {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}

.search {
  display: flex;
  align-items: center;
}
.search i {
  margin-left: 0.5rem;
}

.sidebar-title {
  padding: 0 1rem;
  color: #fff;
  background-color: #006400;
  border-radius: 1rem;
  box-sizing: border-box;
}

.sidebar-list {
  margin-top: 1rem;
}

#search .article a {
  color: #696969;
}

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(240, 255, 240, 0.7);
  z-index: 5000;
}

#header-wrapper {
  height: 6rem;
  width: 90%;
  max-width: 120rem;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  #header-wrapper {
    height: 4rem;
  }
}

#title {
  display: flex;
}
@media (max-width: 900px) {
  #title {
    font-size: 1.2rem;
  }
}

.title1 {
  padding-right: 1rem;
}

.nav-pc ul {
  height: 100%;
  display: flex;
}
.nav-pc ul li {
  height: 100%;
}
.nav-pc ul li a {
  padding: 0.5rem 1rem;
}
@media (max-width: 900px) {
  .nav-pc {
    display: none;
  }
}

#nav-button,
.nav-button {
  display: none;
}
@media (max-width: 900px) {
  #nav-button,
.nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    font-size: 2.5rem;
  }
}

.nav-sp {
  position: absolute;
  top: 4rem;
  left: 0;
  display: none;
  z-index: 1222;
  width: 100%;
  height: 80vh;
  background-color: rgb(240, 255, 240);
}
.nav-sp ul {
  height: 100%;
}
.nav-sp ul li {
  margin: 1rem 0;
}

/* 文字コードの指定 *//*# sourceMappingURL=style.css.map */