@charset "UTF-8";
/*----------------------------------
共通部分
----------------------------------*/
.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

body {
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  color: #393728;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.6;
}

/*----------------------------------
header
----------------------------------*/
.logo {
  width: 90px;
  height: auto;
  margin: 8px 0;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 70px;
}

.nav li {
  margin-left: 24px;
}

/*----------------------------------
top
----------------------------------*/
.top {
  background-image: url(../img/background-ge3c535eea_1920.jpg);
  background-size: cover;
  padding: 150px 0;
}

.top-title {
  text-align: center;
  font-weight: 900;
  font-size: 64px;
  color: #fff;
  font-family: "Fredoka One";
}

.top-subtitle {
  text-align: center;
  color: #fff;
}

/*----------------------------------
section共通部分
----------------------------------*/
.section {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 32px;
  font-size: 16px;
  display: block;
}

.section:nth-child(even) {
  background-color: #ffe7b9;
}

/*----------------------------------
about
----------------------------------*/
.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  border: 2px solid #ffe7b9;
  border-radius: 30px;
  margin: auto;
  padding: 30px;
  background-color: #fff;
}

.about-left {
  width: 50%;
}

.about-right {
  width: 50%;
}

.about-myname {
  font-size: 24px;
  font-weight: bold;
}

.about-subtitle {
  margin-top: 24px;
  font-weight: bold;
  font-size: 18px;
}

.twitter {
  width: 50px;
  height: auto;
  margin-top: 24px;
}

.contact-content {
  text-align: center;
  margin: 0 auto;
}

/*----------------------------------
service、workのitem共通
----------------------------------*/
.section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}

.section-item {
  border: 2px solid #ffe7b9;
  padding: 24px;
  background-color: #fff;
  border-radius: 30px;
  width: calc(100% / 3 - 16px * 2 / 3);
}

.section-item-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

/*----------------------------------
work
----------------------------------*/
.work-item-title {
  margin-top: 16px;
}

/*----------------------------------
contact
----------------------------------*/
#contact form {
  margin: auto;
  width: 70%;
}

#contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

#contact dt {
  width: 30%;
}

#contact dd {
  width: 70%;
  margin-bottom: 16px;
}

#contact input,
#contact textarea {
  width: 100%;
  padding: 8px;
}

#contact textarea {
  height: 100px;
}

.btn {
  display: inline-block;
  font-size: 20px;
  padding: 10px 75px;
  background-color: #ff7700;
  border: none;
  border-radius: 999px;
  color: #fff;
  font-weight: bold;
}

.btn:hover {
  opacity: 0.6;
}

.button {
  text-align: center;
}

/*----------------------------------
footer
----------------------------------*/
footer {
  padding: 16px;
  background-image: url(../img/mainvisual.jpg);
  background-size: cover;
}

.copyright {
  text-align: right;
  color: #fff;
}

/*----------------------------------
スマホ用の画面
----------------------------------*/
@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 16px;
  }

  /*----------------------------------
  header
  ----------------------------------*/
  .logo {
    width: 60px;
    height: auto;
    margin: 8px 0;
  }

  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 40px;
  }

  /*----------------------------------
  top
  ----------------------------------*/
  .top {
    background-image: url(../img/background-ge3c535eea_1920.jpg);
    background-size: cover;
    padding: 80px 0;
  }

  /*----------------------------------
  about
  ----------------------------------*/
  .about-wrapper {
    display: block;
    width: 100%;
    padding: 16px;
  }

  .about-left {
    width: 100%;
  }

  .about-right {
    width: 100%;
  }

  /*----------------------------------
  section
  ----------------------------------*/
  .section {
    padding: 30px 0;
  }

  .section-wrapper {
    display: block;
  }

  .section-item {
    width: 100%;
  }

  .section-item + .section-item {
    margin-left: 0px;
    margin-top: 16px;
  }

  /*----------------------------------
  contact
  ----------------------------------*/
  #contact dl {
    display: block;
  }

  #contact dt {
    width: 100%;
  }

  #contact dd {
    width: 100%;
  }
}
.contact-text {
  text-align: center;
}

.twitter-contact {
  margin: 24px auto 0;
  text-align: center;
}
