@charset "UTF-8";
#global-header {
  background: #fff;
}
#global-header .inner {
  width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
@media screen and (max-width: 1366px) {
  #global-header .inner {
    width: 95%;
  }
}
@media screen and (max-width: 1100px) {
  #global-header .inner {
    justify-content: flex-start;
  }
}
#global-header .inner #logo {
  width: 15%;
}
#global-header .inner #logo a {
  display: inline-block;
}
#global-header .inner #logo a img {
  vertical-align: bottom;
}
#global-header .inner #global_navi {
  width: 75%;
}
@media screen and (max-width: 1100px) {
  #global-header .inner #global_navi {
    width: 75%;
  }
}
@media screen and (max-width: 520px) {
  #global-header .inner #global_navi {
    display: none;
  }
}
#global-header .inner #global_navi ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex: 1;
}
#global-header .inner #global_navi ul li {
  width: 100%;
}
#global-header .inner #global_navi ul li a {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
  padding: 8px 14px;
  color: #383838;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1100px) {
  #global-header .inner #global_navi ul li a {
    font-size: 1.2rem;
    padding: 5px;
  }
}
#global-header .inner #global_navi ul li a:hover {
  background: #383838;
  color: #fff;
}
#global-header .inner #global_navi ul li.ctabtn a {
  display: inline-block;
  background: #44BAB1;
  color: #fff;
  padding: 8px 14px;
}
@media screen and (max-width: 1100px) {
  #global-header .inner #global_navi ul li.ctabtn a {
    padding: 5px;
  }
}
#global-header .inner #global_navi ul li.ctabtn a:hover {
  background: #efefef;
  color: #44BAB1;
}
#global-header .inner #global_navi ul li.ctabtn a img {
  width: 5px;
  height: auto;
  position: relative;
  top: -1px;
}

#key-visual {
  width: 100%;
  height: auto;
}
#key-visual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#key-visual img.pc {
  display: inline;
}
#key-visual img.sp {
  display: none;
}
@media screen and (max-width: 520px) {
  #key-visual img.pc {
    display: none;
  }
  #key-visual img.sp {
    display: inline;
  }
}

#sub-key-visual {
  width: 100%;
  height: 364px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #sub-key-visual {
    height: 270px;
  }
}
#sub-key-visual.voice .key-txt .inner h2 {
  color: #D54B6B;
}
#sub-key-visual.voice .key-txt .inner p {
  color: #D54B6B;
}
#sub-key-visual.contact .key-txt .inner h2 {
  color: #6AD0C8;
}
#sub-key-visual.contact .key-txt .inner p {
  color: #6AD0C8;
}
#sub-key-visual.profile .key-txt .inner h2 {
  color: #44BAB1;
}
#sub-key-visual.profile .key-txt .inner p {
  color: #44BAB1;
}
#sub-key-visual.about .key-txt .inner h2 {
  color: #6A3D2E;
}
#sub-key-visual.about .key-txt .inner p {
  color: #6A3D2E;
  font-weight: bold;
  font-size: 1.65rem;
}
#sub-key-visual .key-pic {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
#sub-key-visual .key-txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
#sub-key-visual .key-txt .inner h2 {
  font-size: 6.7rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  font-family: serenity, sans-serif;
  font-weight: 700;
}
#sub-key-visual .key-txt .inner p {
  font-size: 1.5rem;
  color: #C4C4C4;
  text-align: center;
  font-family: serenity, sans-serif;
}

#global-footer {
  position: relative;
  padding: 40px 0 0 0;
  background: #E8E4DF;
}
#global-footer .footer-inner {
  width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  #global-footer .footer-inner {
    width: 95%;
  }
}
#global-footer .footer-inner .flogo {
  text-align: center;
  margin-bottom: 24px;
}
#global-footer .footer-inner .fnavi_wrap {
  margin-bottom: 24px;
}
#global-footer .footer-inner .fnavi_wrap .fnavi {
  display: flex;
  justify-content: space-around;
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .fnavi_wrap .fnavi {
    display: none;
  }
}
#global-footer .footer-inner .fnavi_wrap .fnavi li a {
  color: #383838;
  font-size: 1.5rem;
  transition: all 0.5s ease;
}
#global-footer .footer-inner .fnavi_wrap .fnavi li a:hover {
  color: #44BAB1;
}
#global-footer .footer-inner .f_title {
  text-align: center;
  margin-bottom: 8px;
}
#global-footer .footer-inner .f_title img {
  width: 120px;
  height: auto;
}
#global-footer .footer-inner .snslink {
  text-align: center;
  margin-bottom: 24px;
}
#global-footer .footer-inner .snslink a {
  display: inline-block;
  margin-right: 6px;
}
#global-footer .footer-inner .snslink a:last-child {
  margin-right: 0;
}
#global-footer .footer-inner .snslink a img {
  width: 32px;
  height: 32px;
}
#global-footer .copy_small {
  text-align: center;
  font-size: 1.4rem;
  background: #0D0D0D;
  padding: 6px 0 8px;
}
#global-footer .copy_small small {
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

#pankuzu {
  background: #676767;
  margin-bottom: 80px;
}
@media screen and (max-width: 520px) {
  #pankuzu {
    margin-bottom: 40px;
  }
}
#pankuzu .inner {
  width: 1366px;
  margin: 0 auto;
  padding: 4px 0;
  display: flex;
}
@media screen and (max-width: 1366px) {
  #pankuzu .inner {
    width: 95%;
  }
}
#pankuzu .inner li {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #fff;
}
#pankuzu .inner li:last-child {
  margin-right: 0;
}
#pankuzu .inner li a {
  font-size: 1.2rem;
  color: #ccc;
  transition: color 0.6s ease;
}
#pankuzu .inner li a:hover {
  color: #6AD0C8;
}

@media screen and (max-width: 520px) {
  .cta {
    width: 95%;
    margin: 0 auto;
  }
}
.cta a {
  opacity: 1;
  transition: all 0.9s ease;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .cta a {
    width: 100%;
  }
}
.cta a:hover {
  opacity: 0.6;
}
.cta a.pc {
  display: inline-block;
}
.cta a.sp {
  display: none;
}
@media screen and (max-width: 520px) {
  .cta a.pc {
    display: none;
  }
  .cta a.sp {
    display: inline-block;
  }
  .cta a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
.cta a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

.post2 {
  opacity: 0;
  transition: all 1.3s;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

#contents {
  width: 800px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 520px) {
  #contents {
    width: 100%;
    margin-bottom: 0;
  }
}
#contents .desc {
  width: 80%;
  margin: 0 auto 40px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.07em;
}
#contents .wpcf7-form,
#contents .contactform {
  background: #F8F8F8;
  padding: 64px 80px;
}
@media screen and (max-width: 520px) {
  #contents .wpcf7-form,
#contents .contactform {
    padding: 24px;
  }
}
#contents .wpcf7-form dl div,
#contents .contactform dl div {
  padding: 12px 0;
}
#contents .wpcf7-form dl div dt,
#contents .contactform dl div dt {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
#contents .wpcf7-form dl div dt .hissu,
#contents .contactform dl div dt .hissu {
  background: #44BAB1;
  color: #fff;
  padding: 4px 12px 5px;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
  font-size: 1.4rem;
}
#contents .wpcf7-form dl div dd input[type=text],
#contents .wpcf7-form dl div dd input[type=tel],
#contents .wpcf7-form dl div dd input[type=email],
#contents .wpcf7-form dl div dd textarea,
#contents .contactform dl div dd input[type=text],
#contents .contactform dl div dd input[type=tel],
#contents .contactform dl div dd input[type=email],
#contents .contactform dl div dd textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #EBEBEB;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.06);
  font-size: 1.5rem;
}
#contents .wpcf7-form dl div dd textarea,
#contents .contactform dl div dd textarea {
  margin-bottom: 10px;
}
#contents .wpcf7-form .btnarea,
#contents .contactform .btnarea {
  text-align: center;
}
#contents .wpcf7-form .btnarea input[type=submit],
#contents .contactform .btnarea input[type=submit] {
  background: #44BAB1;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border: none;
  padding: 12px 40px;
}

/*# sourceMappingURL=contact.css.map */
