@charset "utf-8";
/* normal */
@font-face {
  font-family: "my Noto serif JP";
  src: url(../fonts/NotoSerifJP-regularWF.woff) format(woff);
  src: url(../fonts/NotoSerifJP-regularWF.woff2) format(woff2);
  font-weight: 400;
  font-style: normal;
}
/* bold */
@font-face {
  font-family: "my Noto serif JP";
  src: url(../fonts/NotoSerifJP-boldWF.woff) format(woff);
  src: url(../fonts/NotoSerifJP-boldWF.woff2) format(woff2);
  font-weight: 700;
  font-style: normal;
}
body,input {
  margin: 0;
  font-family: my Noto serif JP;
  font-weight: 400;
  font-style: normal;
}
p,h1,h2,h3,h4,a{
  margin: 0;
  color: #30353a;
}
a {
  text-decoration: none;
  cursor: pointer;
}
#container {
  font-size: 18px;
}
.header {
  width: 100%;
  height: 100px;
  font-size: 35px;
  background: rgba(255, 255, 255,0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
h2{
  font-size: 30px;
  text-align: center;
}
.bg-blue {
  background-color: #c0dffd;
}
.bg-yellow {
  background-color: #fdfdb6;
}
.logo {
  width: 200px;
  height: 100px;
  position: absolute;
}
.header li {
  list-style-type: none;
  display: inline;
}
.header-wrapper {
  display: flex;
  flex-wrap: nowap;
  justify-content: space-between;
}
.nav-content {
  display: block;
}
.nav-content a {
  font-size: 25px;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.nav-content a:hover {
  color: #0000ff;
}
#main {
  width: 100%;
  height: 550px;
  position: relative;
  overflow: hidden;
}
#main img {
  margin: 0;
  width: 100%;
  height: 550px;
  object-fit: cover;
}
#main h1 {
  font-size: 250%;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  top:30%;
  left:25%;
  transform: translateY(-30%) translateX(-25%);
  -webkit-transform: translateY(-30%) translateX(-25%);
  z-index: 99;
}
.FV-p1 {
  font-size: 100%;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  top:60%;
  left:25%;
  transform: translateY(-60%) translateX(-25%);
  -webkit-transform: translateY(-60%) translateX(-25%);
  z-index: 99;
}
.FV-p2{
  font-size: 100%;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  top:70%;
  left:25%;
  transform: translateY(-70%) translateX(-25%);
  -webkit-transform: translateY(-70%) translateX(-25%);
  z-index: 99;
}
#about {
  padding: 30px 60px;
}
#about h2 {
  margin-bottom: 24px;
}
#about li {
  list-style-type: none;
}
.about-img-pc {
  height: 300px;
  width: 400px;
}
.about-img-sp {
  height: 200px;
  width: 250px;
  margin-left: 30px;
}
.about-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
.about-img-area li{
  max-width: 400px;
  text-align: justify;
  margin-left: -20px;
}
.about-btn-area {
  margin: 50px 100px;
}
.about-text-btn-area {
  font-size: 18px;
}
.about-text-area p::first-line{
  font-weight: 700;
  font-size: 20px;
}
.about-text-area {
  max-width: 400px;
  margin-left: 55px;
  margin-bottom: -10px;
}
.about-text-area p{
  text-align: justify;
}
.about-btn-area a {
  color: #fff;
  background: #1464f6;
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: 700;
}
.about-btn-area a:hover {
  color: #1464f6;
  background: #fff;
  border: solid 1px #1464f6;
  margin: -1px;
  font-weight: 700;
}
#skills {
  padding: 30px 60px;
}
#skills h2 {
  margin-bottom: 24px;
}
.skills-flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px;
}
.skills-text-area {
  width: 40vw;
  margin-right: 40px;
}
.skills-text-area p {
  text-align: justify;
}
.skills-img {
  height: 250px;
  width: 350px;
  margin-bottom: 30px;
  object-fit: contain;
}
#works {
  padding: 30px 60px;
}
#works h2 {
  margin-bottom: 24px;
}
#works h3 {
  text-align: center;
}
#works p {
  text-align: justify;
  max-width: 300px;
  justify-content: center;
  padding-left: 20px;
}
.works-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.works-img {
  height: 250px;
  width: 350px;
  object-fit: contain;
}
.works1,.works2,.works3 {
  box-shadow: 5px 5px 10px #aaa;
  padding-bottom: 30px;
  margin: 10px;
}
#workflow {
  padding: 30px 60px 60px 60px;
}
#workflow h2 {
  margin-bottom: 24px;
}
.workflow-flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.workflow p {
  width: 30vw;
  max-width: 250px;
  margin: 10px 10px;
}
.workflow p::first-letter{
  font-weight: bold;
  font-size: 60px;
  float: left;
  padding-right: 10px;
}
#price {
  padding: 30px 60px;
}
#price h2 {
  margin-bottom: 24px;
}
.price-flex{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.price-list{
  text-align: justify;
}
.price-list li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.price-bold{
  font-weight: bold;
}
#contact {
  padding: 30px 60px;
}
#contact h2 {
  margin-bottom: 24px;
}
.summary {
  text-align: center;
}
.googleform-wrapper {
  justify-content: center;
}
.footer-box {
  background: #000;
  padding: 24px 60px 60px;
  position: relative;
  text-align: center;
}
.footer-box li {
  list-style-type: none;
}
.footer-box a,
.footer-box p {
  color: #fff;
}
.footer-box a {
  font-size: 1.5rem;
}
.footer-box a:hover {
  color: #ff0000;
}
.footer-box p {
  font-size: 1rem;
}
.footer-nav {
  display: inline-block;
  border-bottom: 1.5px solid #fff;
  margin-bottom: 18px;
}
.footer-nav ul {
  display: flex;
  padding: 0 28px;
}
.footer-nav li:not(:last-of-type) {
  margin-right: 30px;
}
.copyright {
  margin-bottom: -10px;
}
.sns-area {
  float: right;
}
.sns-area img:not(:last-of-type) {
  margin-right: 6px;
}
@media screen and (min-width:1025px) {
  .pc_none {
    display: none!important;
  }
  /* チェックボックス自体は非表示にする */
  #nav-toggle {
    display: none;
  }
  #main {
    margin-top: 100px;
  }
}
@media (min-width:768px) and (max-width:1024px) {
  .tb-none {
    display: none!important;
  }
  #main {
    margin-top: 100px;
  }
  .workflow {
    margin-left: 30px;
  }
  .footer-nav {
    padding: 0 60px;
    margin-bottom: 10px;
  }
  .footer-nav ul{
    flex-wrap: wrap;
    padding: 0;
  }
  .footer-box {
    padding: 16px 20px 60px;
  }
  .sns-area {
    float: unset;
    margin-top: 30px;
  }
  /* ハンバーガーアイコンのスタイル */
  #nav-icon {
    background-color: #000;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 15px;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
  #nav-icon span:nth-of-type(1) {
    display: block;
    width: 95%;
    height: 5px;
    background: #fff;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 10px;
    left: 1px;
  }
  #nav-icon span:nth-of-type(2) {
    display: block;
    width: 95%;
    height: 5px;
    background: #fff;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 27.5px;
    left: 1px;
  }
  #nav-icon span:nth-of-type(3) {
    display: block;
    width: 95%;
    height: 5px;
    background: #fff;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 10px;
    left: 1px;
  }
  #nav-toggle:checked ~ #nav-icon span:nth-of-type(1) {
    top: 28px;
    left: 2px;
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
  }
  #nav-toggle:checked ~ #nav-icon span:nth-of-type(2){
    background-color: #000;
    top: 30px;
    position: absolute;
    z-index: 0;
  }
  #nav-toggle:checked ~ #nav-icon span:nth-of-type(3) {
    top: 28px;
    left: 2px;
    transform: rotate(-45deg);
    position: absolute;
    z-index: 1;
  }
  /* checkboxがチェックされたときにメニューを表示する */
  #nav-toggle:checked ~ #overlay {
    visibility: visible;
    width: 50%;
  }
  /* オーバーレイメニューのスタイル */
  #overlay {
    visibility: hidden;
    position: fixed;
    background: rgba(255, 255, 255,0.7);
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: all .3s ease-in-out;
    overflow: hidden;
    z-index: 99;
  }
  #overlay nav ul {
    position: absolute;
    top: 15px;
    transform: translateY(-50);
    list-style: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  #overlay nav ul li {
    margin: 1.5em 0;
  }
  #overlay nav ul li a {
    text-decoration: none;
    color: #30353a;
    font-size: 1.2em;
    border-bottom: 2px solid #30353a;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  /* チェックボックス自体は非表示にする */
  #nav-toggle {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .sp_none {
    display: none!important;
  }
  #main {
    margin-top: 100px;
  }
  #main h1 {
    font-size: 150%;
  }
  .about-flex {
    width: 80vw;
  }
  .about-img-area {
    margin-left: -30px;
  }
  .about-img-area li {
    width: 80vw;
  }
  .about-text-area {
    margin-left: -25px;
  }
  .about-text-area p {
    width: 75vw;
    max-width: 400px;
  }
  .about-btn-area {
    margin: 50px 30px;
    justify-content: center;
  }
  .about-btn-area a {
    color: #fff;
    background: #1464f6;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
  }
  .skills-text-area p{
    width: 70vw;
    margin-left: -40px;
    max-width: 350px;
  }
  .skills-img {
    height: 150px;
    width: 250px;
    margin-bottom: 30px;
    object-fit: contain;
  }
  .works1,.works2,.works3 {
    box-shadow: 3px 3px 6px #aaa;
    padding-bottom: 30px;
    padding-right: 10px;
    margin: 10px;
  }
  #works p {
    text-align: justify;
    max-width: 200px;
    justify-content: center;
    padding-left: 20px;
  }
  .works-img {
    height: 175px;
    width: 245px;
    object-fit: contain;
  }
  #workflow {
    padding: 30px 30px;
  }
  .workflow p {
    width: 80vw;
    max-width: 300px;
  }
  .price-list li {
    width: 80vw;
  }
  #contact {
    padding: 30px 15px;
  }
  .googleform-wrapper {
    margin-top: 30px;
    width: 90vw;
  }
  .footer-nav {
    padding: 0 60px;
    margin-bottom: 10px;
  }
  .footer-nav ul {
    display: flex;
    padding: 0 28px;
    justify-content: center;
  }
  .footer-nav ul{
    flex-wrap: wrap;
    padding: 0;
  }
  .footer-box {
    padding: 16px;
  }
  .footer-box a{
    font-size: 20px;
  }
  .footer-box p {
    font-size: 15px;
  }
  .sns-area {
    float: unset;
    margin-top: 30px;
  }
  /* ハンバーガーアイコンのスタイル */
  #nav-icon {
    background-color: #000;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 15px;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
  #nav-icon span:nth-of-type(1) {
    display: block;
    width: 95%;
    height: 5px;
    background: #fff;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 10px;
    left: 1px;
  }
  #nav-icon span:nth-of-type(2) {
    display: block;
    width: 95%;
    height: 5px;
    background: #fff;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 27.5px;
    left: 1px;
  }
  #nav-icon span:nth-of-type(3) {
    display: block;
    width: 95%;
    height: 5px;
    background: #fff;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 10px;
    left: 1px;
  }
  #nav-toggle:checked ~ #nav-icon span:nth-of-type(1) {
    top: 28px;
    left: 2px;
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
  }
  #nav-toggle:checked ~ #nav-icon span:nth-of-type(2){
    background-color: #000;
    top: 30px;
    position: absolute;
    z-index: 0;
  }
  #nav-toggle:checked ~ #nav-icon span:nth-of-type(3) {
    top: 28px;
    left: 2px;
    transform: rotate(-45deg);
    position: absolute;
    z-index: 1;
  }
  /* checkboxがチェックされたときにメニューを表示する */
  #nav-toggle:checked ~ #overlay {
    visibility: visible;
    width: 70%;
  }
  /* オーバーレイメニューのスタイル */
  #overlay {
    visibility: hidden;
    position: fixed;
    background: rgba(255, 255, 255,0.7);
    width: 0;
    height: 90%;
    top: 0;
    right: 0;
    transition: all .3s ease-in-out;
    overflow: hidden;
    z-index: 99;
  }
  #overlay nav ul {
    position: absolute;
    top: 15px;
    transform: translateY(-50);
    list-style: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  #overlay nav ul li {
    margin: 1.5em 0;
  }
  #overlay nav ul li a {
    text-decoration: none;
    color: #30353a;
    font-size: 0.8em;
    border-bottom: 2px solid #30353a;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 9px 15px 0 0;
    position: relative;
  }
  /* チェックボックス自体は非表示にする */
  #nav-toggle {
    display: none;
  }
}