@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text], input[type=submit], textarea, button {
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  max-width: 100%;
}

:focus {
  outline: none;
}

/* mixin */
/* vendor */
@media (min-width: 768px) and (max-width: 999px) {
  .drawer--right .drawer-hamburger {
    top: 10px;
    right: 4% !important;
  }
}
@media only screen and (max-width: 767px) {
  .drawer--right .drawer-hamburger {
    top: 6px;
    right: 3% !important;
  }
}

.drawer-hamburger-icon {
  width: 125%;
}

@media (min-width: 768px) and (max-width: 999px) {
  .drawer-menu {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .drawer-nav {
    margin-top: 74px;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3C3C3C;
}

body * {
  box-sizing: border-box;
}

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

a {
  display: inline-block;
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 1000px) {
  .is-sp {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .is-tl {
    display: none !important;
  }
}
.p-inner {
  padding: 0 5%;
}
@media only screen and (max-width: 767px) {
  .p-inner {
    padding: 0 3%;
  }
}

@media only screen and (max-width: 767px) {
  .main {
    margin-top: 70px;
  }
}

.fw-b {
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .fw-b {
    font-size: 3rem;
  }
}

input,
textarea {
  border-radius: 0.3em;
  border: none;
  border: 1px solid #707070;
  padding: 0.5em 1em;
}
@media only screen and (min-width: 1000px) {
  input,
textarea {
    width: 23em;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  input,
textarea {
    width: 23em;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  input,
textarea {
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  input[type=submit] {
    width: 10em;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  input[type=submit] {
    width: 9em;
  }
}
@media only screen and (max-width: 767px) {
  input[type=submit] {
    width: 8em;
  }
}

textarea {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  textarea {
    height: 15em;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  textarea {
    height: 12em;
  }
}
@media only screen and (max-width: 767px) {
  textarea {
    height: 10em;
  }
}

/* project */
.p-gnav {
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (min-width: 1000px) {
  .p-gnav {
    font-size: 2.8rem;
    margin: 1em auto;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-gnav {
    font-size: 2rem;
    margin: 1em auto;
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .p-gnav {
    top: 70px;
    background: #fff;
  }
}

@media only screen and (min-width: 1000px) {
  .p-gnav__list {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .p-gnav__list {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 1000px) {
  .p-gnav__item + .p-gnav__item {
    border-left: 1px solid #000;
  }
}
@media only screen and (min-width: 1000px) {
  .p-gnav__itemLink {
    padding: 0 0.5em;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .p-gnav__itemLink {
    padding: 0.5em;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-gnav__itemLink {
    padding: 0.5em;
    font-size: 2.2rem;
  }
}

.p-header {
  padding: 1em;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 999px) {
  .p-header {
    padding: 0.5em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
}
@media only screen and (max-width: 767px) {
  .p-header {
    padding: 0.5em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
}

.p-header__ttl {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (min-width: 1000px) {
  .p-header__ttl {
    font-size: 4.2rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .p-header__ttl {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-header__ttl {
    font-size: 3.6rem;
  }
}

.p-footer__inner {
  background: #F5F5F5;
}
@media only screen and (min-width: 1000px) {
  .p-footer__inner {
    padding: 5em 0 3em;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .p-footer__inner {
    padding: 3em 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer__inner {
    padding: 1em 0;
  }
}

@media only screen and (min-width: 1000px) {
  .p-footer__contents {
    display: flex;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .p-footer__contents {
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1000px) {
  .p-footer__head {
    flex: 0 0 40%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .p-footer__head {
    flex: 0 0 30%;
  }
}
.p-footer__headTtl {
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (min-width: 1000px) {
  .p-footer__headTtl {
    font-size: 4rem;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .p-footer__headTtl {
    font-size: 3rem;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer__headTtl {
    font-size: 3rem;
    text-align: center;
  }
}

@media only screen and (min-width: 1000px) {
  .p-footer__body {
    flex: 0 1 100%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .p-footer__body {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer__body {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .p-footer__navList {
    background: #F5F5F5;
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-footer__navItem + .p-footer__navItem {
    border-left: 1px solid #000;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer__navItem {
    text-align: center;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .p-footer__itemLink {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer__itemLink {
    font-size: 1.2em;
    display: block;
    width: 100%;
  }
}

.p-footer__copyright {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .p-footer__copyright {
    font-size: 2.4rem;
    margin-top: 3em;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .p-footer__copyright {
    font-size: 1.9rem;
    margin-top: 2em;
    padding: 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 1.4rem;
    margin-top: 1em;
    padding: 0 2em;
  }
}

@media only screen and (min-width: 1000px) {
  .p-section {
    margin: 6em 0;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .p-section {
    margin: 4.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-section {
    margin: 3em 0;
  }
}

.p-section__ttl {
  text-align: center;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (min-width: 1000px) {
  .p-section__ttl {
    font-size: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .p-section__ttl {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-section__ttl {
    font-size: 3.4rem;
  }
}

@media only screen and (min-width: 1000px) {
  .p-inner {
    padding: 0 5%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .p-inner {
    padding: 0 4%;
  }
}
@media only screen and (max-width: 767px) {
  .p-inner {
    padding: 0 3%;
  }
}

@media only screen and (min-width: 1000px) {
  .index-hero {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .index-hero {
    margin-top: 4em;
  }
}

.index-hero__top {
  position: relative;
}

@media only screen and (min-width: 1000px) {
  .index-hero__img {
    position: relative;
    padding-top: 63.6%;
  }
  .index-hero__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .index-hero__img {
    position: relative;
    padding-top: 63.6%;
  }
  .index-hero__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.index-hero__contents {
  position: absolute;
}
@media only screen and (min-width: 1000px) {
  .index-hero__contents {
    bottom: 10em;
    left: 3em;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .index-hero__contents {
    bottom: 5em;
    left: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .index-hero__contents {
    bottom: 3em;
    left: 1em;
  }
}

.index-hero__contentsTxt {
  font-weight: bold;
}
@media only screen and (min-width: 1000px) {
  .index-hero__contentsTxt {
    font-size: 5rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .index-hero__contentsTxt {
    font-size: 3.5rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .index-hero__contentsTxt {
    font-size: 2rem;
  }
}

.index-hero__footerTxt {
  text-align: center;
  padding: 2em 0;
}
@media only screen and (min-width: 1000px) {
  .index-hero__footerTxt {
    font-size: 4rem;
  }
  .index-hero__footerTxt span {
    font-size: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .index-hero__footerTxt {
    font-size: 3rem;
  }
  .index-hero__footerTxt span {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .index-hero__footerTxt {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .index-point {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1000px) {
  .index-point__list {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 6em;
  }
  .index-point__list:nth-child(2) {
    flex-direction: row;
  }
  .index-point__list:nth-child(2) .index-point__listBody {
    margin-right: 0;
    margin-left: 3em;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .index-point__list {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 3em;
  }
  .index-point__list:nth-child(2) {
    flex-direction: row;
  }
  .index-point__list:nth-child(2) .index-point__listBody {
    margin-right: 0;
    margin-left: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .index-point__list + .index-point__list {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 1000px) {
  .index-point__listHead {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .index-point__listHead {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .index-point__listBody {
    padding: 0 5%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .index-point__listBody {
    padding: 0 4%;
  }
}
@media only screen and (max-width: 767px) {
  .index-point__listBody {
    margin-top: 1em;
    padding: 0 3%;
  }
}

.index-point__listBodyTtl {
  font-weight: bold;
}
@media only screen and (min-width: 1000px) {
  .index-point__listBodyTtl {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .index-point__listBodyTtl {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .index-point__listBodyTtl {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1000px) {
  .index-point__listBodyTxt {
    margin-top: 2em;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .index-point__listBodyTxt {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .index-point__listBodyTxt {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .index-gallery {
    margin-top: 5em;
  }
}

@media only screen and (min-width: 1000px) {
  .index-gallery__list {
    margin-top: 3em;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .index-gallery__list {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .index-gallery__list {
    margin-top: 2em;
  }
}

.company-hero {
  background-image: url(../img/company/hero.jpg);
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .company-hero {
    margin-top: 0;
    background-position: 40% 50%;
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .company-hero {
    margin-top: 0;
    background-position: 40% 50%;
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .company-hero {
    margin-top: 4em;
    background-position: 50% 50%;
    height: 370px;
  }
}

.company-hero__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .company-hero__ttl {
    font-size: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .company-hero__ttl {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .company-hero__ttl {
    font-size: 3rem;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 1000px) {
  .company-contents__blk {
    margin-top: 3em;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .company-contents__blk {
    margin-top: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .company-contents__blk {
    margin-top: 2em;
    font-size: 14px;
  }
}

.company-contents__list {
  display: flex;
  margin: 0 auto;
  border: 1px solid #707070;
  border-bottom: none;
}
.company-contents__list:last-child {
  border-bottom: 1px solid #707070;
}
@media only screen and (min-width: 1000px) {
  .company-contents__list {
    font-size: 1.8rem;
    max-width: 800px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .company-contents__list {
    font-size: 1.4rem;
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .company-contents__list {
    max-width: 90%;
  }
}

.company-contents__listHead {
  background: #F5F5F5;
  padding: 1em;
  font-weight: bold;
}
@media only screen and (min-width: 1000px) {
  .company-contents__listHead {
    flex: 0 0 150px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .company-contents__listHead {
    flex: 0 0 125px;
  }
}
@media only screen and (max-width: 767px) {
  .company-contents__listHead {
    flex: 0 0 100px;
  }
}

.company-contents__listBody {
  flex: 0 1 100%;
  padding: 1em;
}

@media only screen and (min-width: 1000px) {
  .company-certificate {
    padding: 0 17%;
  }
}
.company-certificate__list {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1000px) {
  .company-certificate__list {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .company-certificate__list {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1000px) {
  .company-certificate__item {
    width: calc(25% - 20px * 3/4);
  }
  .company-certificate__item + .company-certificate__item {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .company-certificate__item {
    width: calc(25% - 20px * 3/4);
  }
  .company-certificate__item + .company-certificate__item {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .company-certificate__item {
    width: 50%;
  }
  .company-certificate__item:nth-child(n+3) {
    margin-top: 2em;
  }
  .company-certificate__item:nth-child(4) .company-certificate__txt {
    margin-top: 1.5em;
  }
}

@media only screen and (min-width: 1000px) {
  .company-certificate__img {
    position: relative;
    padding-top: 155%;
  }
  .company-certificate__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .company-certificate__img {
    position: relative;
    padding-top: 155%;
  }
  .company-certificate__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
}
.company-certificate__txt {
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
}
@media (min-width: 768px) and (max-width: 999px) {
  .company-certificate__txt {
    margin-top: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .company-certificate__txt {
    margin-top: 1.2em;
  }
}

.contact-hero {
  background-image: url(../img/contact/hero.jpg);
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .contact-hero {
    margin-top: 0;
    background-position: 40% 50%;
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact-hero {
    margin-top: 0;
    background-position: 40% 50%;
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-hero {
    margin-top: 4em;
    background-position: 50% 50%;
    height: 370px;
  }
}

.contact-hero__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .contact-hero__ttl {
    font-size: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact-hero__ttl {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-hero__ttl {
    font-size: 3rem;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 1000px) {
  .contact-contents__blk {
    margin-top: 3em;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact-contents__blk {
    margin-top: 3em;
    padding: 0 4%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-contents__blk {
    margin-top: 2em;
    padding: 0 5%;
  }
}

.contact-contents__contents {
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .contact-contents__contents {
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact-contents__contents {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .contact-contents__txt {
    font-size: 1.4rem;
  }
}

.contact-contents__link {
  display: block;
  font-weight: bold;
  padding: 0.5em 0;
}
.contact-contents__link i {
  margin-right: 0.5em;
}
@media only screen and (min-width: 1000px) {
  .contact-contents__link {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact-contents__link {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-contents__link {
    font-size: 2.2rem;
  }
}

.contact-contents__list {
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .contact-contents__list {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    max-width: 800px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact-contents__list {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    max-width: 800px;
  }
}
.contact-contents__listHead {
  font-weight: bold;
}
@media only screen and (min-width: 1000px) {
  .contact-contents__listHead {
    padding: 1em;
    flex: 0 0 230px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact-contents__listHead {
    padding: 1em;
    flex: 0 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-contents__listHead {
    padding: 0.5em;
    font-size: 1.4rem;
  }
}

.contact-contents__listBody {
  flex: 0 1 100%;
}
@media only screen and (min-width: 1000px) {
  .contact-contents__listBody {
    padding: 1em;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact-contents__listBody {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .contact-contents__listBody {
    padding: 0.5em;
  }
}

.contact-submit {
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .contact-submit {
    margin-top: 3em;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact-submit {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .contact-submit {
    margin-top: 2em;
  }
}

.contact-message {
  text-align: center;
  margin-top: 6em;
  display: none;
}

.contact-message__error {
  color: red;
}

.js-active {
  border: none;
  color: #F5F5F5;
  background: #F4C1BF;
  transition: all 0.3s ease 0s;
}

.online-hero {
  background-image: url(../img/online/hero.jpg);
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .online-hero {
    margin-top: 0;
    background-position: 40% 50%;
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .online-hero {
    margin-top: 0;
    background-position: 40% 50%;
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .online-hero {
    margin-top: 4em;
    background-position: 50% 50%;
    height: 370px;
  }
}

.online-hero__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 1000px) {
  .online-hero__ttl {
    font-size: 3.6rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .online-hero__ttl {
    top: 65%;
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .online-hero__ttl {
    top: 65%;
    font-size: 2.6rem;
  }
}

.online-information {
  text-align: center;
  line-height: 1.8;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .online-information {
    font-size: 1.6rem;
  }
}

.online-information__ttl {
  font-weight: bold;
}
@media only screen and (min-width: 1000px) {
  .online-information__ttl {
    font-size: 3.6rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .online-information__ttl {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .online-information__ttl {
    font-size: 2.6rem;
  }
}

.online-information__blk {
  margin-top: 3em;
}
@media only screen and (max-width: 767px) {
  .online-information__blk {
    margin-top: 2em;
    text-align: left;
  }
}

.online-information__btm {
  margin-top: 2em;
}

.online-information__txt a {
  color: #0025FF;
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */