*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
}

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

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

dl,
dt,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.section-title {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.03em;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 5px;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 4px;
  width: 40px;
  background: #917197;
}
@media (max-width:767px) {
  .section-title {
    font-size: 32px;
  }
}

.section-button {
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
}
.section-button a {
  background: #f79bc0 url(../img/button_arrow.png) no-repeat right 37px center/17px 17px;
  width: 200px;
  padding: 13px;
  display: inline-block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
}
.section-button a:hover {
  opacity: 0.7;
}

header {
  background: #fff;
  height: 70px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.header__inner {
  display: flex;
  align-items: center;
  height: inherit;
}
@media (min-width:768px) and (max-width:1199px) {
  .header__inner {
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media (max-width:767px) {
  .header__inner {
    margin-left: 14px;
    margin-right: 14px;
  }
}

.header__logo {
  width: 140px;
}
@media (max-width:767px) {
  .header__logo {
    width: 154px;
  }
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__logo img {
  display: block;
}

.header__nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-bottom: -6px;
  margin-right: 28px;
}
@media (max-width:767px) {
  .header__nav {
    display: none;
  }
}
.header__nav li:not(:first-child) {
  margin-left: 54px;
}
.header__nav li a {
  text-decoration: none;
}
.header__nav li a:hover {
  color: #917197;
}

.drawer-nav {
  display: none;
}
@media (max-width:767px) {
  .drawer-nav {
    display: none;
    transform: translateX(0);
    z-index: 99;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    color: #f79bc0;
    background-color: #fff;
  }
}
@media (max-width:767px) {
  .drawer-nav li {
    margin-top: 17px;
  }
}
@media (max-width:767px) {
  .drawer-nav li:nth-child(1) {
    margin-top: 54px;
  }
}
@media (max-width:767px) {
  .drawer-nav li a {
    display: block;
    font-weight: 700;
    font-size: 22px;
    text-decoration: none;
  }
}
@media (max-width:767px) {
  .drawer-nav li a:hover {
    color: #917197;
  }
}

.drawer-icon {
  display: none;
}
@media (max-width:767px) {
  .drawer-icon {
    position: absolute;
    top: 25px;
    right: 14px;
    z-index: 3;
    display: block;
  }
  .drawer-icon button {
    border: none;
    background: #fff;
  }
}

@media (max-width:767px) {
  .drawer-icon__bars {
    width: 30px;
    height: 33px;
    display: block;
    position: relative;
  }
}

@media (max-width:767px) {
  .drawer-icon__bars1,
.drawer-icon__bars2,
.drawer-icon__bars3 {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #333;
    top: 0;
    left: 0;
  }
}

@media (max-width:767px) {
  .drawer-icon__bars1 {
    top: 0px;
  }
}

@media (max-width:767px) {
  .drawer-icon__bars2 {
    top: 10px;
  }
}

@media (max-width:767px) {
  .drawer-icon__bars3 {
    top: 20px;
  }
}

@media (max-width:767px) {
  .drawer-icon__bars.is-active span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
  }
  .drawer-icon__bars.is-active span:nth-child(2) {
    opacity: 0;
  }
  .drawer-icon__bars.is-active span:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
  }
}

#pagetop {
  position: fixed;
  bottom: 80px;
  right: 14px;
  width: 80px;
  height: auto;
}

.main-visual {
  background-image: url(../img/mainvisual1.jpg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 80px;
  height: 400px;
  padding-left: 100px;
  width: 100%;
}
@media (max-width:767px) {
  .main-visual {
    justify-content: flex-end;
    text-align: center;
    padding-bottom: 80px;
  }
}

@media (max-width:767px) {
  .main-visual__content {
    display: block;
  }
}

.main-visual__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
@media (max-width:767px) {
  .main-visual__title {
    padding-top: 30px;
    margin-left: 0;
    width: 100%;
  }
}
.main-visual__title .pink {
  background-color: #f79bc0;
  display: inline-block;
  font-size: 32px;
  color: #fff;
  padding: 10px 60px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 400px;
}
.main-visual__title .pink:not(:first-child) {
  margin-top: 10px;
}
@media (max-width:767px) {
  .main-visual__title .pink {
    font-size: 20px;
    padding: 5px 10px;
  }
  .main-visual__title .pink:not(:first-child) {
    margin-top: 5px;
  }
}

.main-visual__image {
  margin-top: 55px;
  margin-bottom: 55px;
  margin-right: 38px;
}
@media (max-width:767px) {
  .main-visual__image {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width:767px) {
  .main-visual__image img {
    width: 350px;
  }
}

.about {
  margin: 80px 0 128px;
}
@media (max-width:767px) {
  .about {
    margin: 40px 0 68px;
  }
}

.about__content {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media (max-width:767px) {
  .about__content {
    display: block;
  }
}

.about__image {
  width: 50%;
  text-align: center;
}
@media (max-width:767px) {
  .about__image {
    width: 100%;
  }
}

.about__text {
  width: 50%;
}
@media (max-width:767px) {
  .about__text {
    width: 100%;
    text-align: left;
    width: 350px;
    margin: 60px auto 0;
  }
}

.about__title {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width:767px) {
  .about__title {
    margin-top: 20px;
    font-size: 18px;
  }
}

.about__description {
  width: 375px;
  max-width: 100%;
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width:767px) {
  .about__description {
    margin-top: 15px;
    font-size: 17px;
  }
}

.about__soft-title {
  font-size: 14px;
  margin-top: 24px;
}

.about__soft-tool {
  font-size: 13px;
}

.about__skill-title {
  font-size: 14px;
  margin-top: 5px;
}

.about__skill-tool {
  font-size: 13px;
}

.works {
  margin: 80px 0 128px;
}
@media (max-width:767px) {
  .works {
    margin: 40px 0 68px;
  }
}

.works__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
@media (max-width:767px) {
  .works__items {
    display: block;
  }
}

.works__item {
  width: calc(50% - 30px);
  text-align: center;
  font-weight: bold;
}
.works__item:not(:nth-child(2n+1)) {
  margin-left: 60px;
}
@media (min-width:768px) and (max-width:1199px) {
  .works__item:not(:nth-child(2n+1)) {
    margin-left: 28px;
  }
}
.works__item:nth-child(n+3) {
  margin-top: 24px;
}
@media (max-width:767px) {
  .works__item {
    width: 100%;
    text-align: center;
  }
  .works__item:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
  .works__item:nth-child(n+2) {
    margin-top: 24px;
  }
}

.works__img a:hover {
  opacity: 0.7;
}
.works__title {
  font-family: "Noto Sans JP", sans-serif;
}

.contact {
  background: #ede6ee;
  padding: 80px 0;
}
@media (max-width:767px) {
  .contact {
    padding: 40px 0 68px;
  }
}

.contact__form {
  width: 765px;
  max-width: 100%;
  margin: 62px auto 0;
  padding: 20px;
}
@media (max-width:767px) {
  .contact__form {
    margin: 14px auto 0;
  }
}

.contact-form__row:not(:first-child) {
  margin-top: 40px;
}
@media (max-width:767px) {
  .contact-form__row:not(:first-child) {
    margin-top: 20px;
  }
}

.contact-form__label label {
  font-family: "Noto Sans JP", sans-serif;
}
.contact-form__label label span {
  color: #f23a3c;
  margin-left: 2px;
}

.contact-form__input [type=text] {
  width: 100%;
  box-shadow: none;
  border: 1px solid #333;
  padding: 10px 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  border: none;
}
.contact-form__input [type=email] {
  width: 100%;
  box-shadow: none;
  border: 1px solid #333;
  padding: 10px 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  border: none;
}
.contact-form__input [type=tel] {
  width: 100%;
  box-shadow: none;
  border: 1px solid #333;
  padding: 10px 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  border: none;
}
.contact-form__input select {
  width: 100%;
  box-shadow: none;
  border: 1px solid #333;
  padding: 13px 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  background: #fff url(../img/contact_arow.png) no-repeat right 20px center/17px 17px;
  border: none;
}
.contact-form__input select.is-empty {
  color: #757575;
}
.contact-form__input select:invalid {
  color: #757575;
}
.contact-form__input textarea {
  width: 100%;
  height: 295px;
  box-shadow: none;
  border: 1px solid #333;
  padding: 10px 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  resize: none;
  border: none;
}

.contact-form__button {
  text-align: center;
  margin-top: 40px;
}
.contact-form__button:hover {
  opacity: 0.7;
}
@media (max-width:767px) {
  .contact-form__button {
    margin-top: 20px;
  }
}
.contact-form__button [type=submit] {
  background: #f79bc0 url(../img/button_arrow.png) no-repeat right 37px center/17px 17px;
  width: 200px;
  padding: 13px;
  display: inline-block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  font-size: 17px;
  border-radius: 0;
  color: #fff;
}

.false-message {
  display: none;
}

footer {
  background: #f79bc0;
  text-align: center;
}

.copyright {
  padding: 13px;
  margin: 0;
  color: #fff;
}

.works-sub {
  margin: 126px auto 128px;
}
@media (max-width:767px) {
  .works-sub {
    margin: 110px 14px 68px;
  }
}

.works-sub__head {
  font-size: 22px;
}
@media (max-width:767px) {
  .works-sub__head {
    font-size: 18px;
  }
}

.works-sub__image {
  margin-top: 32px;
}

.works-sub__summary {
  display: flex;
  flex-wrap: wrap;
  margin: 94px auto 113px;
  font-size: 17px;
}
@media (max-width:767px) {
  .works-sub__summary {
    margin: 34px auto 23px;
    display: block;
  }
}

.works-sub__summary-list {
  width: 25%;
  box-sizing: border-box;
  font-weight: 700;
  color: #9b9b9b;
}
@media (max-width:767px) {
  .works-sub__summary-list {
    width: 100%;
  }
}

.works-sub__summary-description {
  width: 75%;
  box-sizing: border-box;
  padding-bottom: 30px;
}
@media (max-width:767px) {
  .works-sub__summary-description {
    padding-bottom: 18px;
    width: 100%;
  }
}

.web-site__sp {
  margin-top: 60px;
}

.landingpage2__pc {
  margin-top: 60px;
}

.thanks {
  margin: 150px auto;
}

.thanks__inner {
  text-align: center;
  margin: 150px auto 128px;
}
@media (max-width:767px) {
  .thanks__inner h2 {
    font-size: 18px;
  }
}

.thanks__text {
  margin-top: 5px;
}