@charset "UTF-8";
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Hiragino Mincho Pro", serif;
}

a {
  text-decoration: none;
}

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

html {
  scroll-behavior: smooth;
}

.header-fixed {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
}

.header {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 600px) {
  .header {
    padding: 20px 60px;
  }
}
.header .header-logo {
  font-size: 25px;
  font-family: caliban-std, sans-serif;
  font-weight: bold;
}
.header .header-logo a {
  color: #000;
}

@media print, screen and (min-width: 1025px) {
  #navArea {
    display: none;
  }
}

nav {
  display: block;
  position: fixed;
  top: 0;
  left: -220px;
  bottom: 0;
  width: 220px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 2;
  opacity: 1;
}
@media print, screen and (min-width: 600px) {
  nav {
    left: -400px;
    width: 400px;
  }
}

.open nav {
  left: 0;
  background-color: #fff;
}

nav .inner {
  padding: 0 0 25px;
}

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

nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}

nav .inner ul li a {
  display: block;
  font-size: 20px;
  font-family: HeadLineA;
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
  color: #000;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
  transition: all 0.5s;
}
@media print, screen and (min-width: 600px) {
  nav .inner ul li a {
    text-align: center;
  }
}

nav .inner ul li a:hover {
  color: #fff;
  text-shadow: 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000, 2px 0px 1px #000, 0px 2px 1px #000, -2px 0px 1px #000, 0px -2px 1px #000;
  transition: all 0.5s;
}

.toggle_btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 2;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}

.toggle_btn span:nth-child(2) {
  top: 14px;
}

.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 1;
  cursor: pointer;
}

.header-nav {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  .header-nav {
    display: flex;
  }
  .header-nav li a {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    font-size: 20px;
    font-family: HeadLineA;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
    transition: all 0.5s;
  }
  .header-nav li a:hover {
    color: #fff;
    text-shadow: 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000, 2px 0px 1px #000, 0px 2px 1px #000, -2px 0px 1px #000, 0px -2px 1px #000;
  }
}

.site-title {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
.site-title .name {
  text-align: center;
  font-size: 45px;
  font-family: caliban-std, sans-serif;
  font-weight: bold;
  color: #fff;
  padding-top: 200px;
}
@media print, screen and (min-width: 600px) {
  .site-title .name {
    font-size: 60px;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .site-title .name {
    font-size: 100px;
  }
}
.site-title .site-name {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
@media print, screen and (min-width: 600px) {
  .site-title .site-name {
    font-size: 40px;
  }
}

.top-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 30%;
  right: 10%;
  color: #fff;
  font-size: 14px;
  font-family: Hiragino Sans;
  z-index: 2;
  text-shadow: 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000, 2px 0px 1px #000, 0px 2px 1px #000, -2px 0px 1px #000, 0px -2px 1px #000;
}
.top-text::after {
  border-top: 1px solid;
  content: "";
  width: 5em;
}
@media print, screen and (min-width: 600px) {
  .top-text {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .top-text {
    font-size: 24px;
    bottom: 20%;
  }
}

.swiper-container {
  z-index: 1;
}

.swiper-wrapper .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
  backface-visibility: hidden;
}

.works {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}
.works h2 {
  padding: 30px 50px;
  font-family: Hiragino Sans, sans-serif;
}
@media print, screen and (min-width: 600px) {
  .works h2 {
    padding-bottom: 60px;
    font-size: 120%;
  }
}

.works_wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 600px) {
  .works_wrap {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .works_wrap {
    max-width: 1350px;
    margin: 0 auto;
  }
}

.portofolio-link {
  display: inline-block;
  width: 320px;
  height: 170px;
  margin: 20px 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.portofolio-link .img-wrap {
  overflow: hidden;
}
.portofolio-link .imgEff-shopify-wear {
  position: relative;
  width: 320px;
  height: 170px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.portofolio-link .imgEff-shopify-wear:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "タイトル : Shopifyアロハデモサイト\a\a概要 :Dawnを用いたECデモサイトです。\a(デザインは外注です)パスワード : xayfre";
  white-space: pre;
  width: 320px;
  height: 180px;
  background: radial-gradient(rgba(0, 0, 0, 0.6), rgb(0, 0, 0));
  color: #fff;
  font-size: 10px;
  font-family: sans-serif, "Yu Gothic";
  letter-spacing: 1px;
  text-shadow: 0 0 2px #000;
  filter: blur(4px);
  transition-duration: 0.3s;
  opacity: 0;
}
.portofolio-link .imgEff-shopify-wear:hover {
  transform: scale(1.1);
}
.portofolio-link .imgEff-shopify-wear:hover:before {
  transform: scale(1.3);
  filter: blur(0);
  opacity: 1;
}
.portofolio-link .imgEff-shopify-shoes {
  position: relative;
  width: 320px;
  height: 170px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.portofolio-link .imgEff-shopify-shoes:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "タイトル : Shopifyスニーカーデモサイト\a\a概要 :Dawnを用いたECデモサイトです。\aLiquidで様々なカスタマイズを行っています\a(デザインは外注です)パスワード : chohpi";
  white-space: pre;
  width: 320px;
  height: 180px;
  background: radial-gradient(rgba(0, 0, 0, 0.6), rgb(0, 0, 0));
  color: #fff;
  font-size: 10px;
  font-family: sans-serif, "Yu Gothic";
  letter-spacing: 1px;
  text-shadow: 0 0 2px #000;
  filter: blur(4px);
  transition-duration: 0.3s;
  opacity: 0;
}
.portofolio-link .imgEff-shopify-shoes:hover {
  transform: scale(1.1);
}
.portofolio-link .imgEff-shopify-shoes:hover:before {
  transform: scale(1.3);
  filter: blur(0);
  opacity: 1;
}
.portofolio-link .imgEff-kouichi {
  position: relative;
  width: 320px;
  height: 170px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.portofolio-link .imgEff-kouichi:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "タイトル : Kouichi's Portofolio\a\a概要 : 私の自己紹介サイトです";
  white-space: pre;
  width: 320px;
  height: 180px;
  background: radial-gradient(rgba(0, 0, 0, 0.6), rgb(0, 0, 0));
  color: #fff;
  font-size: 10px;
  font-family: sans-serif, "Yu Gothic";
  letter-spacing: 1px;
  text-shadow: 0 0 2px #000;
  filter: blur(4px);
  transition-duration: 0.3s;
  opacity: 0;
}
.portofolio-link .imgEff-kouichi:hover {
  transform: scale(1.1);
}
.portofolio-link .imgEff-kouichi:hover:before {
  transform: scale(1.3);
  filter: blur(0);
  opacity: 1;
}
.portofolio-link .imgEff-sense {
  position: relative;
  width: 320px;
  height: 170px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.portofolio-link .imgEff-sense:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "タイトル : SENSE\a\a概要 : 友人の美容室ホームページです\a Figmaでイチからデザインしました。\aヘアカタログを見やすくビューアーで表示。";
  white-space: pre;
  width: 320px;
  height: 180px;
  background: radial-gradient(rgba(0, 0, 0, 0.6), rgb(0, 0, 0));
  color: #fff;
  font-size: 10px;
  font-family: sans-serif, "Yu Gothic";
  letter-spacing: 1px;
  text-shadow: 0 0 2px #000;
  filter: blur(4px);
  transition-duration: 0.3s;
  opacity: 0;
}
.portofolio-link .imgEff-sense:hover {
  transform: scale(1.1);
}
.portofolio-link .imgEff-sense:hover:before {
  transform: scale(1.3);
  filter: blur(0);
  opacity: 1;
}
.portofolio-link .imgEff-esthetic {
  position: relative;
  width: 320px;
  height: 170px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.portofolio-link .imgEff-esthetic:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "タイトル : Esthetic\a\a概要 : 架空の脱毛エステサロンの\aホームページです。Figmaでイチから\aデザインしました";
  white-space: pre;
  width: 320px;
  height: 180px;
  background: radial-gradient(rgba(0, 0, 0, 0.6), rgb(0, 0, 0));
  color: #fff;
  font-size: 10px;
  font-family: sans-serif, "Yu Gothic";
  letter-spacing: 1px;
  text-shadow: 0 0 2px #000;
  filter: blur(4px);
  transition-duration: 0.3s;
  opacity: 0;
}
.portofolio-link .imgEff-esthetic:hover {
  transform: scale(1.1);
}
.portofolio-link .imgEff-esthetic:hover:before {
  transform: scale(1.3);
  filter: blur(0);
  opacity: 1;
}
.portofolio-link .imgEff-sonozakigumi {
  position: relative;
  width: 320px;
  height: 170px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.portofolio-link .imgEff-sonozakigumi:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "タイトル : 株式会社 園崎組\a\a概要 : PhotoShopデザインデータより\aコーディングを行いました。\aローディング画面やCSSアニメーション\aなどを使用してます。";
  white-space: pre;
  width: 320px;
  height: 180px;
  background: radial-gradient(rgba(0, 0, 0, 0.6), rgb(0, 0, 0));
  color: #fff;
  font-size: 10px;
  font-family: sans-serif, "Yu Gothic";
  letter-spacing: 1px;
  text-shadow: 0 0 2px #000;
  filter: blur(4px);
  transition-duration: 0.3s;
  opacity: 0;
}
.portofolio-link .imgEff-sonozakigumi:hover {
  transform: scale(1.1);
}
.portofolio-link .imgEff-sonozakigumi:hover:before {
  transform: scale(1.3);
  filter: blur(0);
  opacity: 1;
}
.portofolio-link .imgEff-aifukushi {
  position: relative;
  width: 320px;
  height: 170px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.portofolio-link .imgEff-aifukushi:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "タイトル : あい福祉サービス\a\a概要 : 制作会社様からの案件実績です\a(掲載許可も頂いています)\aXDデザインデータのコーディングから、\aWordPress化も行っています。";
  white-space: pre;
  width: 320px;
  height: 180px;
  background: radial-gradient(rgba(0, 0, 0, 0.6), rgb(0, 0, 0));
  color: #fff;
  font-size: 10px;
  font-family: sans-serif, "Yu Gothic";
  letter-spacing: 1px;
  text-shadow: 0 0 2px #000;
  filter: blur(4px);
  transition-duration: 0.3s;
  opacity: 0;
}
.portofolio-link .imgEff-aifukushi:hover {
  transform: scale(1.1);
}
.portofolio-link .imgEff-aifukushi:hover:before {
  transform: scale(1.3);
  filter: blur(0);
  opacity: 1;
}
.portofolio-link .imgEff-yabegawa {
  position: relative;
  width: 320px;
  height: 170px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.portofolio-link .imgEff-yabegawa:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "タイトル : 矢部川運送株式会社\a\a概要 :制作会社様からの案件実績です\a(掲載許可も頂いています)\aXDデザインデータのコーディングから、\aWordPress化も行っています。";
  white-space: pre;
  width: 320px;
  height: 180px;
  background: radial-gradient(rgba(0, 0, 0, 0.6), rgb(0, 0, 0));
  color: #fff;
  font-size: 10px;
  font-family: sans-serif, "Yu Gothic";
  letter-spacing: 1px;
  text-shadow: 0 0 2px #000;
  filter: blur(4px);
  transition-duration: 0.3s;
  opacity: 0;
}
.portofolio-link .imgEff-yabegawa:hover {
  transform: scale(1.1);
}
.portofolio-link .imgEff-yabegawa:hover:before {
  transform: scale(1.3);
  filter: blur(0);
  opacity: 1;
}
.portofolio-link .imgEff-billion {
  position: relative;
  width: 320px;
  height: 170px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.portofolio-link .imgEff-billion:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "タイトル : Snowmonkeyデモサイト\a\a概要 :プラグイン「snowmonkey」を\a使用したWordPressデモサイトです\a架空の建築会社コーポレートサイトです。";
  white-space: pre;
  width: 320px;
  height: 180px;
  background: radial-gradient(rgba(0, 0, 0, 0.6), rgb(0, 0, 0));
  color: #fff;
  font-size: 10px;
  font-family: sans-serif, "Yu Gothic";
  letter-spacing: 1px;
  text-shadow: 0 0 2px #000;
  filter: blur(4px);
  transition-duration: 0.3s;
  opacity: 0;
}
.portofolio-link .imgEff-billion:hover {
  transform: scale(1.1);
}
.portofolio-link .imgEff-billion:hover:before {
  transform: scale(1.3);
  filter: blur(0);
  opacity: 1;
}
.portofolio-link .imgEff-engress {
  position: relative;
  width: 320px;
  height: 170px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.portofolio-link .imgEff-engress:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "タイトル : Engress\a\a概要 :XDデザインデータより\aコーディング、WordPress化を行いました。\aカスタム投稿タイプ、カスタムフィールド\aなどプラグインも使用してます。";
  white-space: pre;
  width: 320px;
  height: 180px;
  background: radial-gradient(rgba(0, 0, 0, 0.6), rgb(0, 0, 0));
  color: #fff;
  font-size: 10px;
  font-family: sans-serif, "Yu Gothic";
  letter-spacing: 1px;
  text-shadow: 0 0 2px #000;
  filter: blur(4px);
  transition-duration: 0.3s;
  opacity: 0;
}
.portofolio-link .imgEff-engress:hover {
  transform: scale(1.1);
}
.portofolio-link .imgEff-engress:hover:before {
  transform: scale(1.3);
  filter: blur(0);
  opacity: 1;
}

.about_me_wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: left;
}
@media print, screen and (min-width: 600px) {
  .about_me_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.about_me_text {
  padding-top: 0px;
  font-size: 100%;
}
@media print, screen and (min-width: 1025px) {
  .about_me_text {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    max-width: 1025px;
    margin: 0 auto;
  }
}
.about_me_text .concept {
  text-align: center;
  font-size: 100%;
  font-family: Hiragino Sans, sans-serif;
}
@media print, screen and (min-width: 1025px) {
  .about_me_text .concept {
    height: 465px;
    background-color: rgb(255, 255, 255);
    border-radius: 5%;
    padding: 0 50px;
    margin-top: 50px;
    margin-left: -60px;
    position: relative;
  }
  .about_me_text .concept:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: rgb(255, 255, 255) transparent;
    border-width: 60px 0px 0px 100px;
    top: 50%;
    left: -40px;
    margin-left: -40px;
  }
}
.about_me_text .concept .first {
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 600px) {
  .about_me_text .concept .first {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .about_me_text .concept .first {
    padding-top: 60px;
  }
}
.about_me_text .concept h2 {
  font-size: 14px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 600px) {
  .about_me_text .concept h2 {
    font-size: 16px;
  }
}
.about_me_text .concept .contact_btn_sm {
  display: inline-block;
  margin: 40px auto;
  font-family: sans-serif, "Yu Gothic";
  background-color: #1AFA9A;
  color: #fff;
  border: 2px solid #1AFA9A;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 40px;
  transition: all 0.5s;
}
.about_me_text .concept .contact_btn_sm:hover {
  background-color: #fff;
  color: #1AFA9A;
}
.about_me_text .myself {
  text-align: center;
}
.about_me_text .myself-text {
  position: relative;
  margin: 0px auto 0;
  max-width: 350px;
  padding: 20px;
  border-radius: 15px;
}
.about_me_text p {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
}
.about_me_text h3 {
  font-size: 14px;
  text-align: left;
  font-family: Hiragino Sans, sans-serif;
  max-width: 240px;
  margin: 0 auto;
}
.about_me_text img {
  width: 240px;
  height: 320px;
  margin: 0 auto;
}
@media print, screen and (min-width: 600px) {
  .about_me_text img {
    margin-top: 0;
  }
}

.service {
  background: linear-gradient(0deg, #fff, #D3D3D3);
}

.service_wrap {
  padding-top: 80px;
}
@media print, screen and (min-width: 1250px) {
  .service_wrap {
    display: flex;
    justify-content: space-around;
    max-width: 1250px;
    margin: 0 auto;
  }
}

.service_content {
  text-align: center;
  font-size: 100%;
  font-family: Hiragino Sans, sans-serif;
  max-width: 275px;
  padding: 50px 15px;
  margin: 0 auto 50px;
  background-color: #fff;
  border-radius: 30px;
  transition: all 0.8s;
  -moz-filter: drop-shadow(3px 5px 7px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(3px 5px 7px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(3px 5px 7px rgba(0, 0, 0, 0.4));
}
.service_content:hover {
  -moz-filter: drop-shadow(0px 0px 0px);
  -ms-filter: drop-shadow(0px 0px 0px);
  filter: drop-shadow(0px 0px 0px);
}
@media print, screen and (min-width: 1250px) {
  .service_content {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 100%;
    width: 300px;
    height: 260px;
  }
  .service_content:not(:last-child) {
    margin-right: 20px;
  }
}
.service_content .service_icon .fa-shopify {
  font-size: 48px;
}
.service_content .service_title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 600px) {
  .service_content .service_title {
    font-size: 140%;
  }
}
.service_content .service_text {
  font-size: 14px;
  line-height: 1.2;
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}
.service_content .price {
  padding-top: 15px;
  color: #FEA500;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000, -1px -1px 1px #000;
}

.ps {
  text-align: center;
  color: #000;
  font-family: sans-serif, "Yu Gothic";
}

#skills {
  background-attachment: fixed;
  background-image: url(/img/background_work.jpg);
  background-size: cover;
  background-position: center;
}

.skills_wrap {
  background-color: #fff;
  max-width: 300px;
  margin: 50px auto;
  color: #000;
  border-radius: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0.8;
  -moz-filter: drop-shadow(3px 5px 7px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(3px 5px 7px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(3px 5px 7px rgba(0, 0, 0, 0.4));
}
@media print, screen and (min-width: 1025px) {
  .skills_wrap {
    display: flex;
    justify-content: space-around;
    max-width: 1250px;
    padding-top: 70px;
    padding-bottom: 70px;
    margin: 100px auto;
  }
}
.skills_wrap .skills_content {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.5s;
}
.skills_wrap .skills_content:hover {
  opacity: 0.5;
}
@media print, screen and (min-width: 600px) {
  .skills_wrap .skills_content {
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .skills_wrap .skills_content {
    width: 300px;
  }
}
.skills_wrap .skills_content .skills_name {
  font-size: 150%;
  font-family: sans-serif, "Yu Gothic";
  font-weight: bold;
}

.flow {
  background: linear-gradient(180deg, #fff, #D3D3D3);
}

.flow_wrap {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 1250px) {
  .flow_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.flow_wrap .flow_content {
  background-color: #fff;
  max-width: 275px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-family: sans-serif, "Yu Gothic";
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.4));
  transition: all 0.5s;
}
@media print, screen and (min-width: 1250px) {
  .flow_wrap .flow_content {
    width: 280px;
  }
}
.flow_wrap .flow_content:hover {
  top: -5px;
  -moz-filter: drop-shadow(7px 9px 11px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(7px 9px 11px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(7px 9px 11px rgba(0, 0, 0, 0.4));
}
.flow_wrap .flow_content:not(:last-child) {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1025px) {
  .flow_wrap .flow_content:not(:last-child) {
    margin-bottom: 0;
  }
}
.flow_wrap .flow_content .flow_title {
  font-size: 14px;
  font-weight: bold;
  color: #0800FF;
  padding: 10px 20px;
}
@media print, screen and (min-width: 600px) {
  .flow_wrap .flow_content .flow_title {
    font-size: 16px;
  }
}
.flow_wrap .flow_content .flow_title span {
  display: inline-block;
  font-size: 16px;
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  text-shadow: none;
}
@media print, screen and (min-width: 600px) {
  .flow_wrap .flow_content .flow_title span {
    font-size: 110%;
  }
}
.flow_wrap .flow_content .flow_text {
  font-size: 14px;
  line-height: 1.2;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
  letter-spacing: 1.3px;
}
@media print, screen and (min-width: 600px) {
  .flow_wrap .flow_content .flow_text {
    margin-top: auto;
  }
}
.flow_wrap .down_arrow {
  color: #6E6E6E;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 1250px) {
  .flow_wrap .down_arrow {
    display: none;
  }
}

.contact_btn {
  display: inline-block;
  margin: 10px auto;
  margin-top: 0;
  background-color: #1AFA9A;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  border-bottom: 2px solid #05662D;
  transition: all 0.3s;
}
.contact_btn:hover {
  border-bottom: 5px solid #05662D;
  margin-top: 7px;
}
.contact_btn:active {
  margin-top: 13px;
  border-bottom: 2px solid #05662D;
}
@media print, screen and (min-width: 1250px) {
  .contact_btn {
    display: none;
  }
}

.contact_wrap {
  padding-top: 50px;
  padding-bottom: 0px;
  text-align: center;
  color: #000;
  font-family: Hiragino Sans;
}
.contact_wrap .contact_title {
  font-size: 16px;
  font-weight: bold;
}
@media print, screen and (min-width: 600px) {
  .contact_wrap .contact_title {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .contact_wrap .contact_title {
    font-size: 22px;
  }
}
.contact_wrap .contact_subtext {
  display: inline-block;
  position: relative;
  background: rgba(211, 211, 211, 0.2);
  padding: 20px;
  margin-top: 30px;
  border-radius: 5px;
  font-size: 70%;
}
@media print, screen and (min-width: 600px) {
  .contact_wrap .contact_subtext {
    font-size: 90%;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .contact_wrap .contact_subtext {
    font-size: 110%;
    padding: 40px;
  }
}
.contact_wrap .contact_subtext:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: rgba(211, 211, 211, 0.2) transparent;
  border-width: 0 20px 20px 20px;
  top: -20px;
  left: 20%;
  margin-left: -10px;
}
.contact_wrap .contact_subtext span {
  background: linear-gradient(transparent 75%, #FEA500 75%);
}
.contact_wrap .email-wrap {
  display: inline-block;
  margin-top: 20px;
}
.contact_wrap .email {
  font-size: 100%;
  font-weight: bold;
  color: #FEA500;
  text-align: left;
}
@media print, screen and (min-width: 600px) {
  .contact_wrap .email {
    font-size: 140%;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .contact_wrap .email {
    font-size: 180%;
  }
}
.contact_wrap .gmail {
  font-size: 80%;
  font-family: Lato, sans-serif;
  font-weight: bold;
}
@media print, screen and (min-width: 600px) {
  .contact_wrap .gmail {
    font-size: 115%;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .contact_wrap .gmail {
    font-size: 150%;
  }
}

.contact_btn_bg {
  display: block;
  text-align: center;
  background-color: #1AFA9A;
  color: #fff;
  font-family: Hiragino Sans;
  font-size: 16px;
  max-width: 350px;
  padding: 25px 70px;
  border-radius: 50px;
  border-bottom: 5px solid #05662D;
  margin: 40px auto 0;
  transition: all 0.3s;
}
.contact_btn_bg:hover {
  margin-top: 35px;
  border-bottom: 10px solid #05662D;
}
.contact_btn_bg:active {
  margin-top: 40px;
  border-bottom: 5px solid #05662D;
}
@media print, screen and (min-width: 600px) {
  .contact_btn_bg {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .contact_btn_bg {
    width: 500px;
    margin: 58px auto 20px;
    font-size: 24px;
    padding: 40px 150px;
    border-radius: 75px;
    border-bottom: 7px solid #05662D;
  }
  .contact_btn_bg:hover {
    margin-top: 53px;
    border-bottom: 12px solid #05662D;
  }
  .contact_btn_bg:active {
    margin-top: 60px;
    border-bottom: 5px solid #05662D;
  }
}

section {
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
}
section:nth-child(odd) {
  background-color: #F3F5F5;
}
section .title {
  position: relative;
  top: 50%;
  right: 50%;
  text-align: center;
  font-size: 65px;
  color: #000;
  font-family: HeadLineA;
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: translate(50%);
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, -1px -1px 1px #fff;
}
@media print, screen and (min-width: 600px) {
  section .title {
    font-size: 90px;
    padding-right: 50px;
    padding-left: 50px;
  }
}
section .title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 3px; /*下線の太さ*/
  transform: translate(-50%); /*位置調整*/
  background-color: #000; /*下線の色*/
}
@media print, screen and (min-width: 600px) {
  section .title:before:hover {
    width: 100px;
  }
}

.subtitle-left {
  position: absolute;
  right: 50%;
  bottom: 15px;
  font-size: 20px;
  color: #FEA500;
  font-weight: bold;
  font-family: Hiragino Sans;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000, -1px -1px 1px #000;
}
@media print, screen and (min-width: 600px) {
  .subtitle-left {
    bottom: 20px;
    font-size: 25px;
  }
}

.subtitle-right {
  position: absolute;
  left: 50%;
  bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #FEA500;
  font-family: Hiragino Sans;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000, -1px -1px 1px #000;
}
@media print, screen and (min-width: 600px) {
  .subtitle-right {
    bottom: 20px;
    font-size: 25px;
  }
}

footer .sns_btn {
  background-color: #000;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .sns_btn .sns_link:hover {
  opacity: 0.7;
}
footer .sns_btn .facebook {
  margin-right: 15px;
  margin-left: 15px;
}
footer #copyright {
  text-align: center;
  font-size: 80%;
  background-color: #000;
  color: white;
  padding: 0px 25px 40px;
}

@media print, screen and (min-width: 600px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none;
}
@media print, screen and (min-width: 600px) {
  .tab {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */