@charset "UTF-8";
/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/
@media screen and (max-width: 767.99px) {
  /*　画面サイズが767.99pxまではここを読み込む　*/
  .hero {
    margin-bottom: 2rem;
    padding: 19rem 0 0;
    background: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, 0) 70%) no-repeat left top/100% 30rem, url("/service/wm/img/bg_hero.jpg") no-repeat left top/140% auto;
    text-align: right;
  }
  .hero__inner {
    margin: 0 2rem;
    padding: 3rem;
    border: 1px solid #876528;
    background-color: #fff;
    text-align: center;
  }
  .hero__heading {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .hero__heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2rem;
    height: 1px;
    margin-left: -1rem;
    background: #876528;
  }
  .hero .text {
    text-align: left;
  }
  .hero__button {
    margin: 1.5rem 2rem 0;
  }
  .hero__anchor {
    display: flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    height: 6.6rem;
    margin-top: 1.5rem;
    padding: 0 5.5rem 0 2rem;
    background-color: #fff;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
    color: #333;
    font-weight: bold;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
  }
  .hero__anchor::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 1.6rem;
    height: 1.4rem;
    margin-top: -1.4rem;
    transform: rotate(45deg);
    border-width: 0 0.2rem 0.2rem 0;
    border-style: solid;
    border-color: #876528;
  }

  .message {
    box-sizing: border-box;
    padding: 8rem 2rem 20rem;
    background: url("/service/wm/img/bg_message.jpg") no-repeat center top/cover;
  }
  .message__heading {
    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .message__text {
    text-align: center;
    font-family:"游明朝体", "Yu Mincho", YuMincho, selif;
    font-weight: bold;
    font-size: 1.8rem;
  }

  .partner__block {
    position: relative;
    margin-bottom: 5rem;
  }
  .partner__box {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 3rem;
    background-color: #fff;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  }
  .partner__box:last-child {
    margin-bottom: 0;
  }
  .partner__image {
    position: relative;
    z-index: 1;
    left: 2rem;
    margin-top: -4rem;
  }

  .process {
    box-sizing: border-box;
    margin-bottom: 5rem;
    padding: 4rem 2rem;
    background-color: #faf6ef;
    text-align: center;
  }
  .process__heading {
    display: inline-block;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #876528;
    font-size: 2.2rem;
    line-height: 1.25;
    text-align: center;
  }
  .process__copy {
    margin-bottom: 2.5rem;
    font-size: 2rem;
    font-weight: bold;
  }
  .process__point {
    margin: 0 0 3rem;
    text-align: left;
  }

  .process-flow {
    margin-top: 4rem;
  }
  .process-flow__list {
    margin-bottom: 2rem;
    padding: 2rem;
    background-color: #fff;
    text-align: left;
  }
  .process-flow__heading {
    position: relative;
    padding-left: 4rem;
    font-size: 2rem;
    font-weight: bold;
  }
  .process-flow__list--01 .process-flow__heading {
    color: #646c9a;
  }
  .process-flow__list--02 .process-flow__heading {
    color: #d59f62;
  }
  .process-flow__list--03 .process-flow__heading {
    color: #57a28c;
  }
  .process-flow__list--04 .process-flow__heading {
    color: #ae6f85;
  }
  .process-flow__heading span:not([class]) {
    display: block;
    color: #333;
    font-size: 1.5rem;
  }
  .process-flow__num {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .process-flow__list--01 .process-flow__num {
    background-color: #a8b7cd;
  }
  .process-flow__list--02 .process-flow__num {
    background-color: #efd7b0;
  }
  .process-flow__list--03 .process-flow__num {
    background-color: #a5ceb6;
  }
  .process-flow__list--04 .process-flow__num {
    background-color: #debbc6;
  }
  .process-flow__text {
    margin: 0 0 1rem;
  }
  .process-flow__text:last-child {
    margin-bottom: 0;
  }

  .proposal {
    margin-bottom: 5rem;
  }
  .proposal:last-child {
    margin-bottom: 0;
  }
  .proposal__image {
    margin-top: 1.5rem;
  }
  .proposal__image img {
    display: block;
    max-width: 100%;
  }

  .wm-heading {
    margin: 0 0 3rem;
    padding-top: 4rem;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.35;
    text-align: center;
  }

  .wm-sub-head {
    margin-bottom: 25px;
    color: #876528;
    font-size: 2rem;
    font-weight: bold;
  }

  #wm03 {
    margin-top: -4rem;
  }

  .note__box01 {
	margin: 2rem 2rem 4rem!important;
  }
  .note__box02 {
	margin: 5rem 2rem!important;
  }
  .note__box01 p,
  .note__box02 p{
	font-size: 1.3rem;
  }
  .footer-account {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  /*　画面サイズが768pxからはここを読み込む　*/
  .hero {
    margin-bottom: 20px;
    padding: 60px 0;
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0)) no-repeat right top/66% 100%, url("/service/wm/img/bg_hero.jpg") no-repeat left top/cover;
    text-align: right;
  }
  .hero__inner {
    display: inline-block;
    margin-bottom: 50px;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
  }
  .hero__heading {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    font-size: 26px;
    font-weight: bold;
  }
  .hero__heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 1px;
    margin-left: -20px;
    background: #876528;
  }
  .hero__button {
    display: flex;
    justify-content: space-between;
  }
  .hero__anchor {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 32.3%;
    height: 66px;
    padding: 0 55px 0 20px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    color: #333;
    font-weight: bold;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
  }
  .hero__anchor::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 16px;
    height: 16px;
    margin-top: -14px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #876528;
  }

  .message {
    height: 480px;
    padding-top: 80px;
    background: url("/service/wm/img/bg_message.jpg") no-repeat center center/cover;
  }
  .message__heading {
    margin-bottom: 70px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .message__text {
    text-align: center;
    font-family:"游明朝体", "Yu Mincho", YuMincho, selif;
    font-weight: bold;
    font-size: 1.5rem;
  }

  .partner__block {
    position: relative;
    margin-bottom: 80px;
    padding-top: 100px;
  }
  .partner__box {
    position: absolute;
    z-index: 2;
    top: 0;
    box-sizing: border-box;
    width: 46.6%;
    padding: 60px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .partner__box:last-child {
    margin-bottom: 0;
  }
  .partner__block--02 .partner__box {
    right: 0;
  }
  .partner__image {
    position: relative;
    width: 61%;
  }
  .partner__block--01 .partner__image, .partner__block--03 .partner__image {
    left: 510px;
  }

  .process {
    margin-bottom: 80px;
    padding: 60px 0;
    background-color: #faf6ef;
    text-align: center;
  }
  .process__heading {
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #876528;
    font-size: 26px;
    line-height: 1;
    text-align: center;
  }
  .process__copy {
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: bold;
  }
  .process__point {
    margin: 0 80px 50px;
    text-align: left;
  }

  .process-flow {
    margin-top: 50px;
  }
  .process-flow__list {
    margin-bottom: 15px;
    padding: 30px 50px 30px 40px;
    background-color: #fff;
    text-align: left;
  }
  .process-flow__heading {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
  }
  .process-flow__list--01 .process-flow__heading {
    color: #646c9a;
  }
  .process-flow__list--02 .process-flow__heading {
    color: #d59f62;
  }
  .process-flow__list--03 .process-flow__heading {
    color: #57a28c;
  }
  .process-flow__list--04 .process-flow__heading {
    color: #ae6f85;
  }
  .process-flow__heading span:not([class]) {
    margin-left: 20px;
    color: #333;
    font-size: 20px;
  }
  .process-flow__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-right: 20px;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
  }
  .process-flow__list--01 .process-flow__num {
    background-color: #a8b7cd;
  }
  .process-flow__list--02 .process-flow__num {
    background-color: #efd7b0;
  }
  .process-flow__list--03 .process-flow__num {
    background-color: #a5ceb6;
  }
  .process-flow__list--04 .process-flow__num {
    background-color: #debbc6;
  }
  .process-flow__text {
    margin: 0 0 15px 80px;
  }
  .process-flow__text:last-child {
    margin-bottom: 0;
  }

  .proposal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .proposal:last-child {
    margin-bottom: 0;
  }
  .proposal--reverse {
    flex-direction: row-reverse;
  }
  .proposal__body {
    width: 53.3%;
  }
  .proposal__image {
    width: 41.5%;
  }
  .proposal__image img {
    display: block;
    max-width: 100%;
  }

  .wm-heading {
    margin: 0 0 80px;
    padding-top: 50px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }

  .wm-sub-head {
    margin-bottom: 25px;
    color: #876528;
    font-size: 26px;
    font-weight: bold;
  }

  #wm03 {
    margin-top: -30px;
  }

  .note__box01 {
	margin: 20px auto 50px!important;
  }
  .note__box02 {
	margin: 80px auto!important;
  }
  .note__box01 p,
  .note__box02 p{
	font-size: 14px;
  }
  .footer-account {
    display: none;
  }
}
