html {overflow: auto;min-height: 100%;}
@media only screen and (min-width: 992px) {body {overflow: hidden;min-width: 975px;min-height: 100%;}}

body {
  line-height: 2.0;
  font-size: 14px;
  font-family: 'Playfair Display', serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #423a3a;
}

img {max-width: 100%;}
h1,h2 {font-size: 16px;font-weight: normal;letter-spacing: 0.025em;}
h3 {font-size: 14px;font-weight: normal;letter-spacing: 0.025em;}

h2, h3 .disc {
  display: inline-block;
  position: relative;
  color: #000;
  background: #fff;
  mix-blend-mode: multiply;
}
h2::before, h3 .disc::before {
  mix-blend-mode: screen;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(135deg,#8c6996,#dc9bc3);
  background: linear-gradient(135deg,#8c6996,#dc9bc3);
  pointer-events: none;
}
h3 .disc {
  padding-right: 6px;
}

.cover {
  background-image: url(../media/mv.jpg);
  position: relative;
  height: 650px;
  background-size: cover;
  background-position: right;
  background-position: 80%;
}
.cover h1 {
  color: #fff;
  opacity: 0.85;
  margin-top: 300px;
}
.cover h1 span {
  display: block;
  position: relative;
  padding-left: 40px;
}
.cover h1 span::before {
  content: '';
  border-bottom: 1px solid rgba(255,255,255,0.5);
  width: 30px;
  position: absolute;
  top: 50%;
  left: 0;
}

.intro {
  margin-top: 60px;
}
.intro .inner {
  text-align: center;
}
.intro h2 {
  margin-bottom: 20px;
}
.intro h2::after {
  content: '';
  border-bottom: 1px solid #ddd;
  width: 30%;
  position: absolute;
  bottom: -10px;
  left: 35%;
  padding-top: 40px;
}
.intro_media-list {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .intro_media-item {
      padding: 0px 1px;
  }
  .intro p {
    text-align: left;
    margin: 0 15px;
  }
  .intro p br {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .service01, .service02 {
    width: 990px;
    margin: 0 auto;
  }
  .service01_media, .service02_media {
    position: relative;
  }
  .service01_media-item {
    position: absolute;
    top: 100px;
    left: 580px;
    width: 100%;
  }
  .service01_media-item img {
    width: 420px;
  }
  .service02_media-item {
    position: absolute;
    top: 100px;
    left: -160px;
    width: 100%;
  }
}
.service01-txt {
  margin-top: 280px;
  padding-bottom: 200px;
  text-align: justify;
}
.service02-txt {
  margin-top: 200px;
  text-align: justify;
  float: right;
}
.service01_media-item-sp, .service02_media-item-sp {
  text-align: center;
  margin: 0 -15px;
  max-width: 750px;
}
@media only screen and (max-width: 991px) {
  .service01-txt {
    margin-top: 100px;
    padding-bottom: 30px;
  }
  .service02-txt {
    margin-top: 50px;
    padding-bottom: 30px;
  }
  .service01 h2, .service02 h2 {
    font-size: 20px;
  }
}

.about {
  background: -webkit-linear-gradient(135deg,#8c6996,#dc9bc3);
  background: linear-gradient(135deg,#8c6996,#dc9bc3);
  margin: 100px 15px 0;
  padding-top: 100px;
  padding-bottom: 100px;
  color: rgba(255,255,255,0.85);
}
.about h2 {
  color: #fff;
  mix-blend-mode: normal;
  background: none;
}
.about h2::before {
  display: none;
}
.about_photo {
  float: right;
  text-align: center;
  margin-top: -40px;
}
.about_career {
  float: left;
}
.about_career ul {
  padding: 0;
}
.about_career li {
  list-style: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 7px;
  font-size: 12px;

}
@media only screen and (max-width: 991px) {
  .about {
    padding: 50px 15px;
    margin: 15px 0;
  }
  .about h2 {
    width: 100%;
    text-align: center;
  }
  .about_photo {
    text-align: center;
    margin-top: 20px;
    float: none;
  }
}

.contact {
  margin-top:60px;
}
.contact li {
  margin-left: -20px;
}

.form-txt-label {
  font-size: 12px;
  font-family: sans-serif;
  color: #999;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-txt-area {
    height: 38px;
    padding: 6px 10px;
    margin-bottom: 30px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    width: 80%;
    font-family: sans-serif;
    font-size: 16px;
    border-radius: 0;
}
.form-txt-area:focus {
  border-bottom: 1px solid #33C3F0;
  outline: 0; 
}
textarea {
    min-height: 105px;
    padding-top: 6px;
    padding-bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .contact {
    margin: 50px 15px;
  }
  .form-txt-area {
    width: 100%;
  }
  textarea {
    min-height: 165px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}


footer {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  footer {
  margin-top: 360px;
}}

input[type="submit"] {
  background: -webkit-linear-gradient(135deg,#8c6996,#dc9bc3);
  background: linear-gradient(135deg,#8c6996,#dc9bc3);
  border: none;
  color: #fff;
  padding: 15px 50px;
}

.button-primary {
  background: -webkit-linear-gradient(135deg,#8c6996,#dc9bc3);
  background: linear-gradient(135deg,#8c6996,#dc9bc3);
  border: none;
  color: #fff;
  font-family: sans-serif;
  padding: 15px 50px;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.button-primary:hover {
  opacity: 0.8;
}



.makeitem-wrap {position: relative;}
.makeitem01 {
  position: absolute;
  top: -30px;
  left: -20px;
  width: 100px;
}
.makeitem02 {
  position: absolute;
  top: 0px;
  right: -20px;
  width: 134px;
}
.makeitem03 {
  position: absolute;
  top: -440px;
  right: 30px;
  width: 327px;
}
@media only screen and (max-width: 991px) {
  .makeitem01 {
    width: 80px;
  }
  .makeitem02 {
    right: -10px;
  }
  .makeitem03 {
    top: -400px;
    right: 30px;
    width: 280px;
  }
}
a {
  color: black;
}
a:hover {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,1);
}

.fixed  {
  position: fixed;
  bottom: 0px;
  right: 5px;
  z-index: 1;
  padding: 10px;
}
.insta {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: sans-serif;
  padding-bottom: 2px;
}
.insta i {
  font-size: 15px;
  padding-right: 3px;
}
/*テキストカラーを黄色に指定*/
.insta {
  color: black;
  border-bottom: 1px solid rgba(0,0,0,0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}



