@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  #mainvisual {
    width: 100%;
    height: 34.375vw;
    overflow: hidden;
  }
  .ctitle__logo {
    color: var(--secondary-color);
  }
  .ctitle {
    margin-bottom: 40px;
  }
  .ch3_1 {
    font-size: 2.6rem;
    margin-bottom: 50px;
    line-height: 1.8;
    text-align: center;
  }
  .note {
    font-size: 1.4rem;
    line-height: 2.3;
  }
  .indent1 {
    text-indent: -1em;
    padding-left: 1em;
  }
  .indent15 {
    text-indent: -1.2em;
    padding-left: 1.5em;
  }
  .indentPlus1 {
    text-indent: 1em;
  }
  .cfex {
    display: flex;
  }
  .jc_sa {
    justify-content: space-around;
  }
  .jc_sb {
    justify-content: space-between;
  }
  .fd_co {
    flex-direction: column;
  }
  .fd_cor {
    flex-direction: column-reverse;
  }
  .fd_ro {
    flex-direction: row;
  }
  .fd_ror {
    flex-direction: row-reverse;
  }
  .ai_c {
    align-items: center;
  }
  .w900 {
    width: 900px;
    margin: auto;
  }
  /* contactInvitation
  ---------------------------------------------------------------------- */
  #contactInvitation {
    padding: 200px 0 100px;
    background: url("../images/bg_1.jpg") top center;
  }
  .contactInvitation .lead {
    text-align: center;
    line-height: 2.5;
    font-size: 1.6rem;
  }
  /* contactWrap
  ---------------------------------------------------------------------- */
  .contactWrap {
    padding: 0 0 200px;
    background: url("../images/bg_1.jpg") top center;
  }
  .contactWrap .w900 {
    background-color: #FFF;
    padding: 80px 0 50px;
    margin-bottom: 40px;
  }
  .contactWrap .formBox {
    width: 550px;
    margin: auto;
  }
  .formBox dl {
    margin-bottom: 45px;
  }
  .formBox dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .formBox dt span {
    font-size: 1.1rem;
    line-height: 1;
    display: inline-block;
    padding: 0.2em 0.6em;
    margin-left: 0.5em;
    background-color: #8B82B7;
    color: #FFF;
    border-radius: 5px;
  }
  .formBox dd {
    position: relative;
  }
  .formBox dd.keisho::after {
    content: "様";
    position: absolute;
    right: -1.5em;
    top: 50%;
    transform: translateY(-50%);
  }
  .formBox input {
    width: 100%;
    border: 1px solid #E6E6E6;
    padding: 1em;
    font-size: 1.6rem;
  }
  .formBox textarea {
    width: 100%;
    height: 340px;
    border: 1px solid #E6E6E6;
    padding: 1em;
    font-size: 1.6rem;
  }
  .submitBox {
    text-align: center;
  }
  .submitBox button {
    display: inline-block;
    background-color: #8B82B7;
    color: #FFF;
    font-size: 22px;
    width: 200px;
    line-height: 60px;
    padding: 0 1em;
    border: 1px solid #8B82B7;
  }
  .submitBox button:hover {
    cursor: pointer;
  }
  .policyTxt {
    text-align: center;
    font-size: 1.6rem;
  }
  .policyTxt a {
    color: #8B82B7;
    text-decoration: underline;
  }
  /* contactThanks（内容確認ページのCSS）
  ---------------------------------------------------------------------- */
  .formBox .btnConfirmBox {
    text-align: center;
  }
  .formBox .btnConfirm {
    display: inline-block;
    background-color: #8B82B7;
    color: #FFF;
    font-size: 22px;
    width: 200px;
    line-height: 60px;
    padding: 0 1em;
    border: 1px solid #8B82B7;
  }
  /* contactThanks（送信完了ページのCSS）
  ---------------------------------------------------------------------- */
  #contactThanks {
    padding: 200px 0 100px;
    background: url("../images/bg_1.jpg") top center;
  }
  .contactThanks .lead {
    text-align: center;
    line-height: 2.5;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .contactThanks .lead a.phone {
    font-size: 3.8rem;
    color: #8B82B7;
  }
  .contactThanks .lead a.cbtnThanks {
    display: inline-block;
    background-color: #8B82B7;
    color: #FFF;
    font-size: 1.6rem;
    width: 260px;
    line-height: 60px;
    padding: 0 1em;
    border: 1px solid #8B82B7;
    position: relative;
  }
  .contactThanks .lead a.cbtnThanks::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/icon_try_white.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
} /* End min-width:1001px */
@media (max-width: 1000px) {
  .w1100 {
    width: 88vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .w900 {
    width: 88vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #mainvisual {
    width: 100%;
    aspect-ratio: 4/3;
  }
  #mainvisual img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .ctitle__logo {
    color: var(--secondary-color);
  }
  .ctitle {
    margin-bottom: 8vw;
  }
  .indent1 {
    text-indent: -1em;
    padding-left: 1em;
  }
  .indent15 {
    text-indent: -1.2em;
    padding-left: 1.5em;
  }
  .indentPlus1 {
    text-indent: 1em;
  }
  /* contactInvitation
  ---------------------------------------------------------------------- */
  #contactInvitation {
    padding: 32vw 0 16vw;
    background: url("../images/bg_1.jpg") top center;
  }
  .contactInvitation .lead {
    line-height: 2.5;
  }
  /* contactWrap
  ---------------------------------------------------------------------- */
  .contactWrap {
    padding: 0 0 24vw;
    background: url("../images/bg_1.jpg") top center;
  }
  .contactWrap .w900 {
    background-color: #FFF;
    padding: 10vw 0;
    margin-bottom: 8vw;
  }
  .contactWrap .formBox {
    width: 90%;
    margin: auto;
  }
  .formBox dl {
    margin-bottom: 6vw;
  }
  .formBox dt {
    margin-bottom: 2vw;
  }
  .formBox dt span {
    font-size: 2.2rem;
    line-height: 1;
    display: inline-block;
    padding: 0.2em 0.6em;
    margin-left: 0.5em;
    background-color: #8B82B7;
    color: #FFF;
    border-radius: 1vw;
  }
  .formBox dd {
    position: relative;
  }
  .formBox dd.keisho::after {
    content: "様";
    position: absolute;
    right: -1.3em;
    top: 50%;
    transform: translateY(-50%);
  }
  .formBox input {
    width: 100%;
    border: 1px solid #E6E6E6;
    padding: 1em;
    font-size: 2.8rem;
  }
  .formBox textarea {
    width: 100%;
    height: 50vw;
    border: 1px solid #E6E6E6;
    padding: 1em;
    font-size: 2.8rem;
  }
  .submitBox {
    text-align: center;
  }
  .submitBox button {
    display: inline-block;
    background-color: #8B82B7;
    color: #FFF;
    width: 60vw;
    line-height: 13vw;
    padding: 0 1em;
    border: 1px solid #8B82B7;
    font-size: 2.8rem;
  }
  .submitBox button:hover {
    cursor: pointer;
  }
  .policyTxt {
    width: 88vw;
    margin: auto;
  }
  .policyTxt a {
    color: #8B82B7;
    text-decoration: underline;
  }
  /* contactThanks（内容確認ページのCSS）
  ---------------------------------------------------------------------- */
  .formBox .btnConfirmBox {
    text-align: center;
  }
  .formBox .btnConfirm {
    display: inline-block;
    background-color: #8B82B7;
    color: #FFF;
    width: 60vw;
    height: 13vw;
    line-height: 13vw;
    padding: 0 1em;
    border: 1px solid #8B82B7;
    font-size: 2.8rem;
  }
  /* contactThanks（送信完了ページのCSS）
  ---------------------------------------------------------------------- */
  #contactThanks {
    padding: 32vw 0 16vw;
    background: url("../images/bg_1.jpg") top center;
  }
  .contactThanks .lead {
    line-height: 2.5;
    margin-bottom: 6vw;
  }
  .contactThanks .lead a.phone {
    font-size: 4rem;
    color: #8B82B7;
  }
  .contactThanks .lead.bot {
    text-align: center;
  }
  .contactThanks .lead a.cbtnThanks {
    display: inline-block;
    background-color: #8B82B7;
    color: #FFF;
    width: 60vw;
    margin: auto;
    text-align: center;
    line-height: 13vw;
    padding: 0 1em;
    border: 1px solid #8B82B7;
    position: relative;
  }
  .contactThanks .lead a.cbtnThanks::after {
    content: "";
    display: inline-block;
    width: 3vw;
    height: 3vw;
    background: url(../images/icon_try_white.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 3vw;
    top: 50%;
    transform: translateY(-50%);
  }
} /* End max-width:1000px */

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